The Run text box contains the command line to execute when the custom command is invoked. The Run text box can contain more than one command. Each command should be separated by a semi-colon. For example,
cat make.log;echotime
This string causes “cat make.log” to execute, followed by “echotime”.