New to vbscript, with a question.
I currently use Net Use in a batch file to map to several network drives at login. I would like to know if this can be converted to vbscript, and then called at login.
In batch file, I use:
net use L: \\10.110.69.120\C$ /user:username password
I would also like this to run minimized to prevent user from seeing username and password.
Any help is appreciated.
I currently use Net Use in a batch file to map to several network drives at login. I would like to know if this can be converted to vbscript, and then called at login.
In batch file, I use:
net use L: \\10.110.69.120\C$ /user:username password
I would also like this to run minimized to prevent user from seeing username and password.
Any help is appreciated.