BAT文件启动应用程序

以qq软件为例子

@echo off
start /d "D:Program Files (x86)TencentQQBin" QQ.exe
exit
@echo off
start /d "E:Program Files (x86)TencentQQBin" QQ.exe
choice /t 3 /d y /n >nul
start /d "E:Program Files (x86)TencentWeChat" WeChat.exe
start /d "E:Program Files (x86)TencentWeChat" WeChat.exe
choice /t 3 /d y /n >nul
start /d "E:Program Files (x86)TencentWXWork" WXWork.exe
exit
原文地址:https://www.cnblogs.com/Dumb-dog/p/11507255.html