Script ApplicationsKey ()
; This will invoke the applications key on a computer that doesn't have one.
TypeKey ("Shift+F10")


EndScript

Script LaunchNotepad ()
; Launches Notepad with control+shift+/ (Slash)
Run ("C:\\Windows\\System32\\Notepad.exe")


EndScript
