【发布时间】:2015-02-15 17:56:29
【问题描述】:
我经常尝试将批处理文件移动到 A: 驱动器,它总是说,“命令的语法不正确”。请这个错误真的让我很紧张。附言这是我输入的命令:
move C:\Users\long (fixed)\Desktop\wow\DOS.bat A:\
【问题讨论】:
-
我猜你需要这样的引号: move "C:\Users\long (fixed)\Desktop\wow\DOS.bat" A:\ 因为路径包含空格
标签: file batch-file cmd copying