[教學]可以開啟好多個程式的捷徑(bat) http://software.sopili.net/post/a-bat-to-run-start-multiple-exe/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 請參考 http://software.sopili.net/post/a-bat-to-run-start-multiple-exe/ | |
:: Facebook 即時通 | |
start "" "C:\Users\◆使用者名稱◆\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Facebook\Facebook Messenger.lnk" | |
:: Google Talk | |
start "" "C:\Users\◆使用者名稱◆\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Google Talk\Google Talk.lnk" | |
:: MSN (windows live messenger) | |
start "" "C:\Program Files (x86)\Windows Live\Messenger\msnmsgr.exe" | |
:: LINE | |
start "" "C:\Program Files (x86)\Naver\LINE\Line.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment