i want to copy all files and folders from one drive to another drive using MS-DOS. How to do it?
I am trying xcopy I:\\*.* N:\\ But it copies only files, no
xcopy I:\\*.* N:\\
try this command, xcopy c:\ (file or directory path) F:\ /e. If you want more details refer this site [[http://www.computerhope.com/xcopyhlp.htm]]