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 drive in dos permanent
Name: ozzie Date: September 7, 2000 at 19:54:37 Pacific
Comment:
Hello,, is there anyone who knows how to map a network drive in dos but make in it permanet. or run some kind of batchfile to do this. I am trying to map a drive to my nt network, I know you can do it by right clicking on network neighborhood and then mapping , but i am trying to do it using a batch file.
Name: DoOMsdAY Date: September 8, 2000 at 06:28:33 Pacific
Reply:
Type 'net use /?' in a DOS box and look at the options. The one you want in particular is /persistent. If you make it persistent, then it will re-connect when you reboot your OS. Add the appropriate net use command to a batch file and use that. Example net use command:
net use q: \\server\share password /user:domain\username /persistent:yes Done and done.
Summary: Hello. I'm in the same situation. I'd like to be able to create a dos network boot diskette for disaster backup recovery (from dos) over my NT network. I've performed my client and server backups to ...
Summary: I'm trying to install a proprietary cd-rom drive in dos, but I continue to get the following error message: Illegal option usage: MSCDEX [/E/K/S/V] [/D:...] [/L:] [/M:] I read a few things on the exte...
Summary: Name: N/A Date: May 05, 2001 at 22:19:26 Pacific Subject: Can I have 6 Floppy Disk Drives in DOS?? Comment: I've got DOS 5.0 and I'm reading my User Guide, in the Customizing you system, and it say...