0

尝试使用以下代码将简单文件解码为临时文本文件:

os.system("start cmd /k certutil -f -decode \\SDHQFILE03.enxco.com\\arcgis\\General\\Solar\\R_and_D\\CodeLibrary\\Python\\EPE2.1.7\\34287.bat \\SDHQFILE03.enxco.com\\arcgis\\General\\Solar\\R_and_D\\CodeLibrary\\Python\\SETI\test3.txt")

每次我运行它时,我都会从 certutil 收到一个错误,即我有太多参数(预期为 3 个,预期为 2 个) - 将代码直接复制到命令窗口中,如图所示它运行正确:

certutil -f -decode \\SDHQFILE03.enxco.com\\arcgis\\General\\Solar\\R_and_D\\CodeLibrary\\Python\\EPE2.1.7\\34287.bat \\SDHQFILE03.enxco.com\\arcgis\\General\\Solar\\R_and_D\\CodeLibrary\\Python\\SETI\test3.txt

我在第一条语句中遗漏了什么以允许它无错误地运行?

4

0 回答 0