命令语法不正确

命令语法不正确

这个命令有什么问题:

c:\move xxxyyy.dll C:\Program Files (x86)\Google\Google Earth Pro\Plugins

我处于提升的命令提示符中,收到的错误是The syntax of the command is incorrect

答案1

如果任何使用命令行时的目录任何事物在 Windows 中,添加引号,否则 Windows 不知道空格后的文本是否是目录的一部分:

move C:\xxxyyy.dll "C:\Program Files (x86)\Google\Google Earth Pro\Plugins"

句法

相关内容