编程语言
首页 > 编程语言> > bat批处理命令批量打开应用程序

bat批处理命令批量打开应用程序

作者:互联网

echo Start
start "" "C:\Users\Public\Desktop\phpstudy_pro.lnk"
start "" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PremiumSoft\Navicat Premium 12.lnk"
start "" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\JetBrains\PyCharm 2019.3.3.lnk"
start "" "D:\Desktop\Notion.lnk"
start "" "C:\Users\HP\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Visual Studio Code\Visual Studio Code.lnk"

标签:bat,Start,批处理,Menu,Programs,应用程序,start,Windows,lnk
来源: https://blog.csdn.net/qq_43532281/article/details/123031826