Hi All,

I'm having a problem with something that seems so simple.

Here is the part of my script giving me troubles:

 Code:
If NOT Exist ("U:\Temp")
	Shell '%comspec% /c md "U:\temp"'
Endif

Set "TEMP=U:\TEMP"
Set "TMP=U:\TEMP"




So basically, we are using citrix and creating a Drive letter for users to login and have their own documents&settings folder mapped to it. The problem lies in the Enviroment Variables.

Even though the U drive is there with the temp folder. It doesn't set these variables correctly. They still point at C:\temp.

Since they don't have access to the C drive, they are getting error messages with some program that need this. After 4 login attempts these changes finally take place. It's almost as if windows 2003 server is still working on building something in to the profile and so it doesn't make these changes.

The users having the troubles are simply windows "Users".

Does anyone know what might be going on??

Thanks!

Faithful