Sorry, I pasted the wrong version, I am using the full path with no luck..

I also am using my username in the file. If I put in the first script you gave me it works great. But I was wanting to use the separate .ini to make managing the users easier.

Break on
$Color = ReadProfileString("C:\script\UserClothes.ini", "USERS", "@USERID")

$short = left(@userid,8)
$inifile = "C:\Windows\Fsp.ini"
$value = ReadProfileString($inifile, "UBS", "LastUser=")

$rc = WriteProfileString($inifile, "UBS", "LastUser", "$short")

$value = ReadProfileString($inifile, "UBS", "PCAlias=")

$rc = WriteProfileString($inifile, "UBS", "PCAlias", "$Color")
_________________________
www.omfgservers.com