批处理 同时运行多个程序、关闭多个程序

同时打开多个程序

@echo off
echo Starting QQ...
start "" "D:/Program Files/QQ/qq.exe"
echo Starting WangWang...
start "" "D:/Program Files/WangWang/WangWang.exe"
echo Starting Google Talk...
start "" "D:/Program Files/Gtalk/googletalk.exe"

亦可同时关闭程序,如下:

taskkill /f /im Lingoes.exe /im communicator.exe /im OUTLOOK.EXE /im ApacheMonitor.exe

 

 

延时见下一贴

 

你可能感兴趣的:(Google)