theboy69
IS-IT--Management
- Aug 24, 2005
- 6
I was wondering if there was any way to use the field "logon script" under user properties in XP to run a script to map a network drive (we don't run a domain). my boss (who knows little about pc's) insists on not having to click on the mapped drive and put a password in every time he logs on. I have tried creating a script and putting the path in this field but it give me an error "path is not a valid relative path name....." here's my script
any help would be greatly appreciated. the drive is going to a SunOS 5.8 box.
Code:
WSHNetwork.MapNetworkDrive "I:", "\\192.168.25.151\software",True
any help would be greatly appreciated. the drive is going to a SunOS 5.8 box.