Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to execute batch file (or unzip) on UNC drive?
Message
General information
Forum:
Windows
Category:
Computing in general
Miscellaneous
Thread ID:
01059974
Message ID:
01060297
Views:
10
Tracy's code is great, but if you want to unmap a drive you can do this with:

net use f: /delete /y
Then map to the drive with:
net use f: \\servername\sharename /user:username password

These batch commands will work in Windows2k or XP and even in '98 if you do some property settings changes to disallow Windows from detecting the network.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform