Jump to content

AUGH HELP! Can't Map a Drive! It doesn't map in script. When manually done, it says its already mapped! I have to install this tomorrow for security.


Recommended Posts

Posted

net use "\\b86902\Programs" /d

Danny35d- What does the "/d" do in the line above? P.S. I like your persistence. You've identified the one possible "fingerhold" in this problem and are digging in...
...by the way, it's pronounced: "JIF"... Bob Berry --- inventor of the GIF format
Posted (edited)

Danny35d- What does the "/d" do in the line above? P.S. I like your persistence.

Thanks... ;) /d mean delete connection...

Copy "\\b86902\Programs\YbManager.exe" W:

this line will create a UNC Path or a network connection without a drive letter...

net use "\\b86902\Programs" /d will delete that connection

It is like DriveMapDel() AutoIt funtion

Edited by Danny35d
AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...