Tuesday, 22 November 2011

Xcopy for files backup

The syntax:
   xcopy c:\thefolder d:\destinationfolder /s/e

For details:
   xcopy /?

In case the folder disappear (cannot view in explorer)
   attrib /s /d -r -a -s -h drive:\folder

No comments:

Post a Comment