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
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?
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
Summary: Can anyone help me with mapping network drives within a C++ program ? I am writing a C++ Windows program (using Borland C++ Builder Pro. Version 5.0, on Win 98 system) and wish to map a network driv...
Summary: hi there, can you tell me how can i create a file that when i run him he will map specific network drives to my computer. if you can just give me the tools for that i will manage with the rest.i know...
Summary: I'm using a DOS network bootdisk for an old NEC machine with a Realtek 8139 family NIC. The DOS NIC drivers are Netbeui and not TCP/IP. after the machine has booted and the drivers load ok I am unable...