Task Runner
This feature allows you to run tasks from an external program, script, batch file, or command-line. Select the desired task from the drop down box. The command-line and working directory will be automatically generated in the text fields. You can use the "Copy to Clipboard" feature to copy these fields to clipboard for use in your scripts or programs.
Batch or script file example:
cd [working_directory]
[commandline]
where [working_directory] and [commandline] are generated automatically in the Task Runner fields.
External program:
Use this command-line from your external program to launch the task. Make sure that you also enter the working directory, otherwise the Java executable will not be able to find the correct program classes.