start cmd /K "C:&&cd C:UsersldlDesktop&&python test10.py "
start cmd /K "C:&&cd C:UsersldlDesktop&&python test100.py "
start cmd /K "C:&&cd C:UsersldlDesktop&&python test1000.py "
start cmd /K "C:&&cd C:UsersldlDesktop&&python test10000.py "
解析:
start cmd /K "C:&&cd C:UsersldlDesktop&&python test10.py "
start 开始启动
cmd 打开命令行
/K 后面可以加”E:minicondaScriptsactivate.bat E:minicondaenvspytorch 你的activate.bat切换环境的bat文件,以及你的虚拟环境的路径
&&cd 切换到路径
C:UserskivenDesktop est 你的代码所在的路径
&&python xxx.py 运行你名为xxx的py文件
例如:
更改后的不同虚拟环境下的Py运行:
start cmd /K "E:minicondaScriptsactivate.bat E:minicondaenvspytorch&&cd C:UserskivenDesktop est&&python xxx.py "
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...