Thread: Xcopy
View Single Post
Old 12-02-2001, 06:52 PM   #10 (permalink)
Guest
Guest
 
Posts: n/a
Yeah, that's why it's so easy to remember I've used xcopy with Win98 several times, and it works great for cloning.

/H Copies hidden and system files also
/I If destination does not exist and copying more than one file, assumes that destination must be a directory
/C Continues copying even if errors occur
/K Copies attributes. Normal xcopy will reset read-only attributes
/E Copies directories and sub directories, including empty ones. Same as /S /E. May be used to modify /T
/R Overwrites read-only files
/Y Overwrites existing files without prompting

Sorry to hear that the "app mover" didn't work, surreal Hope you didn't loose anything important

  Reply With Quote