G
Guest
I'm trying to write a basic script to run when they system starts up to
automatically map some network drives. I'm having some trouble though,
because I need to use a different username and password than the one that I'm
logged on with to map these drives. This is what I have so far and I'm
guessing that my syntax is not quite right.
net use g: \\server\share /user:username password
Is this incorrect?
automatically map some network drives. I'm having some trouble though,
because I need to use a different username and password than the one that I'm
logged on with to map these drives. This is what I have so far and I'm
guessing that my syntax is not quite right.
net use g: \\server\share /user:username password
Is this incorrect?