Computing.Net > Forums > Disk Operating System > Batch files - - Mapping network drive

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.

Batch files - - Mapping network drive

Reply to Message Icon

Name: LRD
Date: August 16, 2000 at 05:16:01 Pacific
Comment:

Can I set a batch file to map check if a networked drive is mapped and if not, map the drive?

Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: DoOMsdAY
Date: August 16, 2000 at 05:49:42 Pacific
Reply:

@ECHO OFF

IF EXIST DRIVELETTER:\NUL GOTO DONE
NET USE BLAH BLAH BLAH

:DONE

...something like that'd probably work.


0

Response Number 2
Name: Rick Vaughn
Date: October 27, 2000 at 11:44:52 Pacific
Reply:

I try to map a network drive in Windows 95, but it wont hold the mapping. I dont get any errors, the new mapping just never shows up. Any suggestions? Thanks.


0

Response Number 3
Name: Jeremey
Date: February 14, 2001 at 09:11:14 Pacific
Reply:

There is a 1068 error when i try to map a network drive and i need help as soon as possible. please help thanks


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 Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Batch files - - Mapping network drive

mapping network drives under dos www.computing.net/answers/dos/mapping-network-drives-under-dos/3909.html

map network drive!!!! www.computing.net/answers/dos/map-network-drive/5551.html

trouble mapping network drives in DOS www.computing.net/answers/dos/trouble-mapping-network-drives-in-dos/10000.html