I have the following AutoHotKey files load when system boots:
Common Scripts.ahk
#n::Run C:\Documents and Settings\I034708\My Documents\My Dropbox\Sridhar\Programs\notepad2\Notepad2.exe #o::Run Outlook #i::Run iexplore #f::Run firefox #x:: Run excel #w:: Run winword #p:: Run powerpnt ^!C:: Run, C:\Users\i034708\Documents\My Dropbox\Sridhar\Programs\trout_portable\trout.exe /clipboard Sleep, 2000 FileCopy, % clipboard, C:\Users\i034708\Documents\My Dropbox\Sridhar\Music - Good Songs return
What the above script does is allow me to launch common programs using keyboard shortcuts like so:
| Win + N | Launch Notepad2 |
| Win + O | Launch Outlook |
| Win + I | Launch IE |
| Win + F | Launch Firefox |
| Win + X | Launch Excel |
| Win + W | Launch Word |
| Win + P | Launch Powerpoint |
| Control + Alt + C | Copy the current song being played in Trout player to a specified folder in my Dropbox |
KatMouse.ahk
