copy all files and folders from one drive to another drive using DOS (command prompt)

后端 未结 5 1469
孤城傲影
孤城傲影 2021-01-30 02:24

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

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 02:50

    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]]

提交回复
热议问题