Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 486 Bytes

File metadata and controls

14 lines (10 loc) · 486 Bytes

OBJECTS

README.md

FUNCTIONS

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