Monday, September 5, 2011

How to copy a directory and all subs from MSDOS ?

Use the xcopy DOS command with the option 'E' to include all sub-directories (with empty one).
  
xcopy "c:\your source folder" "d:\your destination folder" /E

For more information:
http://www.computerhope.com/xcopyhlp.htm

No comments: