1.

Solve : username and password in batch file?

Answer»

How do I provide a USERNAME and password to a mapped DRIVE on a WINDOWS achone in a BATCH file. I know the /user: cammand for username, but cant SEEM to get he password to work. This mapping to a W2k machine, using a local username and password. I can do the following:

net use p: \\test01\filedata /user:local

It will prompt me for the password. I have tried /user:local\doggie (no good)

Tried /user:local /password:doggie

...etc



Discussion

No Comment Found