Computing.Net > Forums > Windows NT > NET USE COMMAND

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

Reply to Message Icon

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.



Sponsored Link
Ads by Google

Response Number 1
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...


0

Response Number 3
Name: Son
Date: April 4, 2000 at 20:15:03 Pacific
Reply:

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..


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: NET USE COMMAND

NET USE command password issue www.computing.net/answers/windows-nt/net-use-command-password-issue/22586.html

Net Use command with No Banner www.computing.net/answers/windows-nt/net-use-command-with-no-banner/12290.html

Disconnecting Network Printer from net use command. www.computing.net/answers/windows-nt/disconnecting-network-printer-from-net-use-command/1145.html