如何从python运行带空格的批处理命令?

时间:2019-05-21 15:26:24

标签: python batch-file scripting

我正在尝试跑步

compile_command = r'"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin\MSBuild.exe" "input/Applications/EPMD-Software/IpProtector/IpProtector.sln" /t:Rebuild /p:Configuration = Release /p:Platform = x64'
os.system(compile_command)

并获得

  

'C:/ Program'不被识别为内部或外部命令,   可操作的程序或批处理文件。

如何让Windows理解带空格的字符串?不幸的是,无法重命名“程序文件” ...

谢谢

0 个答案:

没有答案