Transfer files to new disks
  This question has an answer and is Closed
Entered 3 years ago by 
SOFA
I don't no dip about DOS. How do I transfer all my files to a new hard drive? I think my hard drive is about to crash. It is makeing funky noises.
Comments:
Sorted By:
 Relevance
  The Answer
Entered:  3 years ago by 
MikeBinns
the /e command tells it to copy everything including subfolders.
Try booting the computer off the cd drive, it may allow you to install vista fresh.
0 agree, 0 disagree with this comment
  Helpful Comment
Entered:  3 years ago by 
MikeBinns
You are asking how to transfer files to a new hard drive using DOS command line?
if you want to transfer all files from c:\ to d:\, do the following in a DOS command line:
cd d:\
xcopy c:\ /e
0 agree, 0 disagree with this comment
Comment
Entered:  3 years ago by 
SOFA
Why /e? Should it not be /d?
0 agree, 0 disagree with this comment
Comment
Entered:  3 years ago by 
SOFA
Also, my computer came available for free upgrade to VISTA. I installed it over my XP program. The CD was an express upgrade CD. Does it have alll the files needed to unistall XP and in stall VISTA by itself?
0 agree, 0 disagree with this comment
Comment
Entered:  3 years ago by 
SOFA
Type your comment here.

Please note that this question is Closed because the person who asked it has marked one of the comments as the answer. If the answer does not answer your question, please ask it as a new question.
0 agree, 0 disagree with this comment
Comment
Entered:  3 years ago by 
SOFA
Type your comment here. You said I need to copy C:\ to E:\ , but my computer has drives C, D, E, F, H, and I. D and E are CD drives. What drive do I run backup to?
0 agree, 0 disagree with this comment