我有一个包含 100 行命令的 cmd 文件“file.cmd”。
例子
pandoc --extract-media -f docx -t gfm "sample1.docx" -o "sample1.md"
pandoc --extract-media -f docx -t gfm "sample2.docx" -o "sample2.md"
pandoc --extract-media -f docx -t gfm "sample3.docx" -o "sample3.md"
我正在尝试使用脚本运行这些命令,这样我就不必转到文件并单击它。这是我的代码,它没有输出:
file1 = open('example.cmd', 'r')
Lines = file1.readlines()
# print(Lines)
for i in Lines:
print(i)
os.system(i)
素胚勾勒不出你
有只小跳蛙
相关分类