Running the script with AdvancedMiner on the command line

Requirements: 

Command to run: (this command should be enetered on as a single command line)

java -classpath "AM_INSTALLATION_DIRECTORY\Client\platform11\lib\*;AM_INSTALLATION_DIRECTORY\Client\gornik2\modules\*"
biz.sc.gornik.script.console.CommandLineScriptExecutor console-header.gy "PATH_TO_SCRIPT" "PATH_TO_LOG"
			 

Where:

Note that on Windows the directory paths after the -classpath are separated by semicolon, while on posix operating systems they are separated by a colon.

The script's output (print... statements) is sent to standard output.