批處理一鍵開啟多個應用程式
阿新 • • 發佈:2018-12-21
正經學徒,佛系記錄,不搞事情
上班第一件事:開啟電腦,開啟idea,開啟有道,開啟navicat,開啟釘釘,開啟mongochef,開啟......
使用批處理後:開啟電腦,雙擊批處理檔案
新建批處理檔案內容如下,具體應用自行修改 quickStart.bat:
@echo off echo Starting PLSQL... start "" "D:\YLZ\PLSQL Developer 12正式版64位+中文語言包+註冊碼\plsqldev.exe" echo Starting sublime... start "" "D:\QuickStart\sublime" echo Starting youdao... start "" "D:\QuickStart\youdao" echo Starting idea... start "" "D:\tools\quickStart\idea" echo Starting mongo... start "" "D:\tools\quickStart\mongo" echo Starting navicat... start "" "D:\tools\quickStart\navicat" echo Starting SecureCRT... start "" "D:\tools\quickStart\SecureCRT" echo Starting xmind... start "" "E:\desktop\wzh\xxx\xxx.xmind" echo Starting alwaysup... start "" "D:\tools\quickStart\alwaysup"
執行帶中文的路徑會亂碼,儲存bat檔案的時候需要注意編碼設定為ANSI