I would like to have a simple batch file that would allow me to copy the entire contents from the system drive (C:) to a signal directory on another drive, In others words I want copy of the entire directory tree including all file but stored in one directory. I assume it can be done with xcopy. I use to right this type file all the time but the year have taken that ability from me. Thank for any help you can give me.
I don't want to moving files from one computer to another just from 1 drive to a file on another drive within the same computer. All I ask for is help with the a batch file or utility to copy the complete drive to a signal file
I don't want to moving files from one computer to another just from 1 drive to a file on another drive within the same computer. All I ask for is help with the a batch file or utility to copy the complete drive to a signal file
In the above example, the files contained in the source directory of C:\Files are copied to destination, a new directory [/i] on the E drive called Files.
No subdirectories, nor any files contained within them, will be copied because I did not use the /s option.
I think that copy will just tell you it can no longer copy entire drives. Not sure about xcopy, but I could be wrong about copy. I just seem to remember an error the last time I tried to do it from command prompt. :(
Yes that would be nice but some system files don't seem to like being drag and drop as soon as it comes to one that is in use the copy stops beside I am working with two 1 trigabit drives wich is a lot to drang and drop, The problem is they boyh have files on them from a daul boot system and I don't want to lose any of the data. I just want to get it all to one disk.
PDF Downloads As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
A
copy C:\ /y
Have fun!
In the above example, the files contained in the source directory of C:\Files are copied to destination, a new directory [/i] on the E drive called Files.
No subdirectories, nor any files contained within them, will be copied because I did not use the /s option.
Thanks.
But try it with regular copy anyways
You can do this with folders as well
http://downloadsquad.switched.com/2008/09/05/5-free-apps-to-clone-your-hard-drive/