bat批处理执行python 的几种方式 ———— 批处理, python打包成 exe文件

第一种方式: @echo off C: cd C:\Users\ldl\Desktop start python test100.py start python 1.py start python 1.py 10 start python 1.py 100 exit 第二种方式:   start cmd /K "C:&&cd C:\Users\ldl\Desktop&&python
相关文章
相关标签/搜索