你好我想问下bat命令怎么写 先运行a.exe 再运行b.exe

2024-11-25 23:26:53
推荐回答(4个)
回答1:

同时运行两个程序
start a.exe
start b.exe
运行a.exe后关闭a.exe后在自动运行b.exe
a.exe
start b.exe
定时的看楼上

回答2:

a.exe
b.exe

a
b

回答3:

tasklist|findstr /i a.exe&&start b.exe||exit

回答4:

start a.exe
ping 127.1>T //T自己设置延迟时间,单位秒
start b.exe