以qq軟件為例子
@echo off
start /d "D:\Program Files (x86)\Tencent\QQ\Bin\" QQ.exe
exit
@echo off start /d "E:\Program Files (x86)\Tencent\QQ\Bin\" QQ.exe choice /t 3 /d y /n >nul start /d "E:\Program Files (x86)\Tencent\WeChat\" WeChat.exe start /d "E:\Program Files (x86)\Tencent\WeChat\" WeChat.exe choice /t 3 /d y /n >nul start /d "E:\Program Files (x86)\Tencent\WXWork\" WXWork.exe exit