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
Name: Travis Date: August 23, 2002 at 04:11:11 Pacific
Comment:
Can someone help me? I need to know how to compy the contents of cd onto my hard drive using dos commands. I want to copy the whole windows cd onto my hard drive and load windows from there. Thanks
Name: chnos Date: August 23, 2002 at 04:14:10 Pacific
Reply:
to go in ur cd tape d: enter copy *.* c:\ enter u need to be in dos to make that
0
Response Number 2
Name: Petit Jean Date: August 23, 2002 at 08:04:50 Pacific
Reply:
You could also use at dos prompt: xcopy d:\*.* c:\myfolder /s s is there to make sure you copy folders and subfolders. You should make a folder on your hard drive where you will copy the CD's content.d is the cd-rom drive and c is the hard drive.Put in the correct path for your PC. md c:\myfolder Good luck.
0
Response Number 3
Name: Moc Date: August 23, 2002 at 10:08:20 Pacific
Reply:
As I know: copy *.* c:\ only copy the root diretory. xcopy d:\*.* c:\myfolder /s can copy sub-folders I think we need to add /e to copy ALL Sub-Folders including the empty ones. The full DOS command would be xcopy d:\*.* c:\myfolder /s /e
Summary: HI, I am trying to have 3 copies of win Me in a one PC, I have 6GB HD, I like to have 3*2GB partition, have 2of them hidden, and have same copy of winMe on all the Pc, so when one copy of win ME on p...
Summary: Everytime I try copy some data from a cd to my hard drive my computer freezes after about two thirds of the way. the file is 650Mb so the Cd is full. With smaller files the cd copies onto the hard dri...