Created
November 25, 2014 07:35
-
-
Save anonymous/9e96cf26ac584f5d0580 to your computer and use it in GitHub Desktop.
launch-or-activate putty
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
!+p:: | |
If WinExist("ahk_class PuTTY") { | |
WinActivate | |
} else { | |
Run, D:\Dropbox\Bin\putty.exe | |
} | |
Return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment