''Command'不被识别为内部或外部命令,可操作程序或批处理文件

时间:2017-10-06 22:40:49

标签: windows batch-file cmd

我正在Windows 10上编译spice 3f5

C:\Users\myname\Documents\spice\spice3f5> msc51

C:\Users\myname\Documents\spice\spice3f5>set CL=/Gt64 /Os /FPi87 /AL /G2 /W2

C:\Users\myname\Documents\spice\spice3f5>cd src

C:\Users\myname\Documents\spice\spice3f5\src>command /c msc51.bat
'command' is not recognized as an internal or external command,
operable program or batch file.

要让cmd识别命令,我需要做什么?

或者这与未正确编译的代码有关吗?

我已经看到了其他问题,他们谈论了关于设置和环境的路径和问题。现在我不是专业人士,我只想编译spice 3f5

1 个答案:

答案 0 :(得分:1)

ComSpec变量通常包含Windows上的当前shell。为了使代码最具可重用性,请将command替换为%ComSpec%