jefhal Posted October 6, 2005 Posted October 6, 2005 net use "\\b86902\Programs" /dDanny35d- 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
Danny35d Posted October 6, 2005 Posted October 6, 2005 (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 connectionIt is like DriveMapDel() AutoIt funtion Edited October 6, 2005 by Danny35d AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now