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.
How to copy the whole disk? Thanks
Name: Dennis Date: April 3, 2001 at 22:47:26 Pacific
Comment:
The case is here.I used partition magic to divide my harddisk.Now I want to copy the whole system disk-c: to another disk.I don't think I can do it under windows,so I tried to use Dos.But what is the command for this action? Hope some one can help me, I appreciate it
Name: The Doof Date: April 3, 2001 at 23:06:50 Pacific
Reply:
Partition Magic will only copy a partition to unallocated space. Resize a partition, or two, to get a contiguous area of free space that is a little bit larger than the partition you wish to copy. You can then use Copy from the Actions drop-down menu. I am assuming that you have made the two rescue disks and are using them to boot to the DOS version of Partition Magic. If not, you can create them from the the utility provided in the Partition Magic folder in the Windows Start Menu.
0
Response Number 2
Name: fred6008 Date: April 5, 2001 at 19:28:41 Pacific
Reply:
I am assuming you want to do this in DOS and that you have divided your hard drive to C: and D: with partition magic. XCOPY C: D: /S is the DOS command.
Summary: I dont know how to copy the files from the disk to the hard drive (i am not DOS friendly). I downloaded a file, unzipped it but now am stuck. Thank you for your help! ...
Summary: how to copy the files by date from one folder to another...Eg: i want to copy the files dated in 01/01/2003 from OLD_FILES to COPIED-FILES. and how to make a batch file so that it gets executed daily ...
Summary: how can i use a script to copy the newest file in a directory? i.e. I have a number of files with similar names (SCAN1,SCAN2,etc) the highest index is the newest file and there can be a maximum of 150...