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.
mapping network drive
Name: Chris Date: September 8, 2000 at 21:34:16 Pacific
Comment:
I am trying to map a network drive in dos. I have two PCs networked with crossover cable and Netgear NICs. They both run win98 and the network works from windows. Do I load the drivers onto a boot disk? Any advise appreciated.
Name: Chrisy Boy Date: September 11, 2000 at 09:22:32 Pacific
Reply:
Are you trying to map a network drive through pure DOS or through the Win 98 command prompt ? I'll presume that you are doing it through pure DOS, first you can get a version of DOS like 6.22 then run the setup program to create a DOS boot disk. This will ask you to provide the DOS NIC drivers for your NIC. Point this in the correct direction then boot from the disk. You will have to share a drive from one computer in order to map to it from the other. Use net share Type net share /? at the command prompt to get the correct syntax for this command. Then on the other machine type net use [Drive]: \\Other_computer\drive_share_name
If you have Win 98 on both machine why don't you just share and map through the Windows GUI it will be a lot easier !
Hope this is of use.
0
Response Number 2
Name: GMoney Date: September 13, 2000 at 12:15:22 Pacific
Reply:
You will also need to have NetBEUI install on the PC's if you are mapping drives
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: 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...