windows批处理bat文件

1.运行结束自动关闭运行窗口

@echo off 
D:
cd D:\baiduTrans
start python baidufanyi.py

2.运行调出cmd窗口

@echo off 
 
cmd /k "D: ;cd D:\交付&&python baidufanyi.py zh zh"
 

exit

 

posted @ 2020-12-23 17:15  lingwang3  阅读(80)  评论(0编辑  收藏  举报