我正在尝试跑步
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理解带空格的字符串?不幸的是,无法重命名“程序文件” ...
谢谢