Forgive me for being a noob. I’ve been doing searches here and else where but I haven’t been able to find an answer. I’m trying to get XP home to reconnect a mapped drive on a 2k3 server at startup. It seems NET USE is the way to do this but I can’t seem to get the syntax right for saving the password.
For argument sake let’s say the mapped drive is R:. The server is called Server. The Server drive is F_Raid. The login username is IP Daily and the password is puddle.
I’m trying something like the following but I know it’s not correct:
NET USE R: \\Server\F_Raid /USER:IP Daily password:puddle /persitent:yes
Can anyone show me where I’m getting this wrong?
Thanks.