I would like to write a little script that connects my windows Xp clients to a certain shared folder on a Win 200 Server
I have the following:
net use n: \\server\accounting
when I run this in a login.bat it ask me for a username and password.
How can I add this is the line so that it works automatically. For example user: Bill and password: Jones
I have the following:
net use n: \\server\accounting
when I run this in a login.bat it ask me for a username and password.
How can I add this is the line so that it works automatically. For example user: Bill and password: Jones