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.
Copy Drive in DOS
Name: devil_online Date: February 16, 2002 at 10:08:26 Pacific
Comment:
Hi, I want to know how to copy a entire drive to another in dos. Like D: to C:. Tanks
Name: Secret_Doom Date: February 16, 2002 at 13:19:17 Pacific
Reply:
I'm not completely sure about this, but I think it's this:
xcopy/e c:\*.* d:\
-- Secret_Doom - Leonardo Pignataro --
secret_doom@hotmail.com www.batch.hpg.com.br
0
Response Number 2
Name: Todd Truman Date: February 16, 2002 at 21:34:49 Pacific
Reply:
xcopy d:\*.* c:\ /s/e/h/i/y
however it will not overwrite any system file in use if the target is c: , and will abort the copy. if going c: d: and the file is in use, again it will abort the copy. You can set switches to ignore errors, but in the event of an S attributed file being in use, all bets are off. To use these swithes must be in GUI mode of command prompt. to get all switches, type xcopy /? on command prompt running from windows.
0
Response Number 3
Name: name Date: February 18, 2002 at 09:13:38 Pacific
Reply:
xcopy does not work right, period. There was even a couple of webpages to that effect.
If you are trying to clone a drive, you need Norton GHost or something similar. Works fine, lasts a long time, runs from a floppy.
0
Response Number 4
Name: fred6008 Date: February 20, 2002 at 21:06:34 Pacific
Reply:
XCOPY C: D: /S (or /E) The problem with xcopy is you cannot copy the complete Windows directory while running Windows, and you cannot xcopy long filenames from a startup disk boot. Also hidden and system files can't be copied from most versions of XCOPY.
0
Response Number 5
Name: waptec Date: May 2, 2002 at 19:28:16 Pacific
Reply:
/----------------common-----------------\ |setup the destination drive with fdisk | |make partition "active" | |do not sys it or format it | |reboot your computer | |source drive=c destination drive=d | |boot clean aka f5 | -----------/ ---------if os=dos622------------------ scandisk c:/autofix/nosummary defrag c:/f/sd attrib -r -a -s -h c:\*.*/s wait a long time format d:/u/c/autotest xcopy c:\*.* d:/e/v setup destination drive=c reboot --------------if os=win9(x)---------- boot=f5 dissable vurtual memory msconfig = turnoff all start tsr's reboot=f5 format d: in gui xcopy32 c:\*.* d:/h/i/c/k/e/r/y
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...
Summary: I've got DOS 5.0 and I'm reading my User Guide, in the Customizing you system, and it says I can add up to 4 floppy drives more than what my bios reports(bios reports a:B:drives) It does this by Using...
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...