|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
Join Date: Mar 2002
Posts: 166
|
Isnt there a command line option to copy all information from one hard drive to another within windows? I thought it was something like x copy or something? anybody know?
Thanks, Ron |
|
|
|
|
|
#2 | |
|
Member (1 million bit!)
Join Date: Feb 2003
Location: NY
Posts: 1,160
|
Yes, the command is copy. I believe it is: copy c: e:. This will copy all files in the C drive to the E drive.
__________________
![]() |
|
|
|
|
|
|
#3 |
|
Premium Member
Join Date: Jun 1999
Posts: 9,231
|
It's xcopy ; the advantage xcopy has over the copy command is that it copies the entire tree including subdirectories and files, it is a more powerful tool that has a number of options to suit your needs, everything from excluding non-empty directories to copying system & hidden files.
To learn about any console command the best option is to open a Command line interface (START > RUN > cmd) and type Code:
xcopy /? Alternately, you can use the windows help and search for xcopy. |
|
|
|
|
|
#4 |
|
Member (8 bit)
|
The Freeware xxcopy for personal use is even more powerful than xcopy. Dave
http://www.xxcopy.com/index.htm |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|