Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: Released under the GNU General Public License version 3 by J2897.
- @echo OFF
- pushd "%~dp0"
- title Delayed Startup
- :: http://ss64.com/nt/start.html
- :: http://ss64.com/nt/timeout.html
- :: http://ss64.com/nt/syntax-esc.html
- echo Prepairing to start programs ...
- timeout /t 30
- echo.
- echo Launch Mumble and connect to server ...
- START "" /D "C:\Program Files\Mumble\" "C:\Program Files\Mumble\mumble.exe" mumble://192.168.0.10:64738?title=Root^&version=1.2.0
- timeout /t 60
- echo.
- :: http://wiki.mumble.info/wiki/Mumble_URL
- echo Launch TeamSpeak and connect to server ...
- START "" /D "C:\Program Files\TeamSpeak 3 Client\" "C:\Program Files\TeamSpeak 3 Client\ts3client_win32.exe" ts3server://"123.123.123.123/?port=9987&nickname=J2897 (PC)"
- timeout /t 60
- echo.
- echo Launch Pageant and load keys ...
- START "" /D "C:\Users\J2897\Keys\" "C:\Program Files\PuTTY\pageant.exe" key1.ppk key2.ppk key3.ppk
- timeout /t 300
- echo.
- echo Launch Thunderbird ...
- START "" /D "C:\Program Files\Mozilla Thunderbird\" /MIN "C:\Program Files\Mozilla Thunderbird\thunderbird.exe"
- timeout /t 600
- echo.
- echo Launch WebMon ...
- START "" /D "C:\Program Files\WebMon\" "C:\Program Files\WebMon\WebMon.exe"
- timeout /t 600
- echo.
- echo Launch TrueCrypt ...
- START "" /D "C:\Program Files\TrueCrypt\" "C:\Program Files\TrueCrypt\TrueCrypt.exe" /q preferences /a logon
- timeout /t 600
- echo.
- popd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement