I would like to create a script to attach to a network share, that will key
in my username and password for me.
My current script is actually a batch file:
NET USE Y: \\192.168.0.4\APPS /PERSISTENT:NO
I am then prompted for a user name and password, which I enter manually. Any
way to put that into the batch file, or even perform the same function with
a VB script. I'm somewhat new to scripting, so any help is greatly
appreciated.
Thanks in advance.
Andrew