MsgBox, some text : a message box pops up, containing “some text”
Run, some_program.extension : runs some_program
- (it also works to open a folder by using its path, or a website by its link)
Send, some text: sends “some text” to the currently active program
SetWorkingDir, path: changes current directory
WinGetActiveTitle, var_name: saves active window’s title in var_name