Created
August 3, 2016 21:10
-
-
Save bparry02/7dfb7830ece24ef59e58b675a5102443 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| @echo off | |
| set PUTTY="C:\Path\to\putty\ProgramFilesx86\Putty\putty.exe" | |
| start /B "Starting PuTTY" %PUTTY% -load "profile-name" | |
| timeout /T 1 | |
| start /B "Starting PuTTY" %PUTTY% -load "profile-name" | |
| timeout /T 1 | |
| start /B "Starting PuTTY" %PUTTY% -load "profile-name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment