Documentation

#LAUNCH

LAUNCH

Syntax: #LAUNCH commandline

Launches an application. The command line should contain the name of the EXE file to launch, along with any command line parameters needed.

LAUNCH Examples

#LAUNCH notepad.exe
execute the Windows notepad program
#LAUNCH "notepad.exe test.txt"
Open the test.txt file into the notepad program

Add comment

Login or register to post comments