Last active
December 20, 2015 20:58
-
-
Save efleming969/6193756 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
| TrayIcon ",101" | |
| Menu uct40 { | |
| "PuTTY" execd "c:\users\perried1\bin\putty\putty -load microct-40" | |
| "uCT Evaluations" execd "C:\Users\perried1\bin\putty\plink -ssh -2 -X microct40@10.140.12.232 uct_evaluation" | |
| "uCT 3D" execd "C:\Users\perried1\bin\putty\plink -ssh -2 -X microct40@10.140.12.232 uct_3d" | |
| "uCT Backup" execd "C:\Users\perried1\bin\putty\plink -ssh -2 -X microct40@10.140.12.232 uct_backup" | |
| } | |
| Menu uct50 { | |
| "PuTTY" execd "c:\users\perried1\bin\putty\putty -load microct-50" | |
| "uCT Evaluations" execd "C:\Users\perried1\bin\putty\plink -ssh -2 -X microct50@10.140.12.232 uct_evaluation" | |
| "uCT 3D" execd "C:\Users\perried1\bin\putty\plink -ssh -2 -X microct50@10.140.12.232 uct_3d" | |
| "uCT Backup" execd "C:\Users\perried1\bin\putty\plink -ssh -2 -X microct50@10.140.12.232 uct_backup" | |
| } | |
| Menu sessions { | |
| "uCT 40" menu uct40 | |
| "uCT 50" menu uct50 | |
| } | |
| RootMenu sessions | |
| SilentExit | |
| Debug "Done parsing the configuration file." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment