Task Runner

This feature allows you to run task from an external program, script, batch file, or commandline.  Just select the task from the drop down box.  The commandline and working directory required to launch the task 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 commandline from your external program to launch the task.  Make sure that you also enter the working directory, or the Java executable will not be able to find the correct program classes.