I want to be able to connect to a (Wi-Fi) network hard drive from my laptop, but only occasionally. If I use the "Network Drive Card" command in WinXP Explorer, I must specify the IP address and drive name, and then the router name and password. Too much to remember!
I am looking for a way to write this operation (in any language), for example:
map Z: \\10.0.1.1\DRIVENAME "ROUTERNAME\PW"
I don't really like what language the script is written in. By the way, I know the DOS command under "subst", but I donβt think I can use this in this case because of password protection.
language-agnostic windows scripting
DΓ³nal
source share