Question : using Kixtart 4.22 to map drives in windows 2003

Hello,
Just want to find out if there is any difference in how is used to map drives in windows 2003 and any other version. I have created a batch file called logon.bat(which contains only this command" kix32 login.kix" ). Then i have created a logon.kix(which contains this command
use "m:" "\\bgs-it100\folders"
use "y:" "\\bgktts.com\data"
Then i place these two files and the kix32.exe in the scripts folder under SYSVOL in my DC.
Now when i logon as a user, the drives are not map till i run the debug associated with the kixtart. Just don't know if it from windows 2003 or what. Need help badly.

Cheers

Answer : using Kixtart 4.22 to map drives in windows 2003


Try this first:

#logon.bat#

net use m: /d /y
net use y: /d /y
net use m: "\\.gsrgh.com\server structure"
net use y: "\\.gsrgh.com\bgsgoldcs"

Can you confirm that works?

If not any chance you could just post the full contents of all your scripts files?
Random Solutions  
 
programming4us programming4us