Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
NET USE COMMAND
Name: TJ Galati Date: November 12, 1999 at 11:20:26 Pacific
Comment:
I need to know the command to check for if a drive is mapped. I have seen it before.
I am trying to map drives to my server via login scripts. But if they are already mapped I get an error. I need to be able to check to see if they are mapped and them map them if they are not and if they are leave them be.
Name: greenhornet Date: November 12, 1999 at 22:28:39 Pacific
Reply:
If you know the specific drives just be sure they don't exist by deleting them first. In the beginning of your batch file somewhere use "net use (drive) /delete", for each of the drives mapped.
0
Response Number 2
Name: ET Date: November 15, 1999 at 09:44:48 Pacific
Reply:
Try IF EXIST x:\*.* GOTO ALREADYSHARED NET USE X: \\server\share etc...
First, I have admin rights to one of our NT server. On this server, there are several hidden drives that I need to map so I can worked at home and watch the blondes on TV or Basketball. I went to the ms dos command prompt and type in this syntax: net use M: \\ip address of server\F$(hidden drive) and it comes back with this error, system error 53 has occurred.The network path is not found. I consult with my Network Admin and his knowledge is equivalent to our blonde secretary. NO offense ladies. It's just the truth. Is it possible that the tcp/ip connection times out? What must I do to establish a connection to my hidden drives on the network server. I used the same command at work in an intranet environment and it works like a charm. It's hopeless, so have mercy and bail me out please!!Gracias..
Summary: I'm using net use command to login to shared network drives at work. In order to login to the drive, it requires a different username that on my workstation, however there is no password used. So, thi...
Summary: I have recently setup network printers with the net use command in order to print from a dos base program to a network printer. Now I have removed the network printer and would like to know how to di...