by superflexible on Mon Feb 06, 2012 1:18 pm
There are some variables for the "execute after" command:
$LEFT = left path of the job
$RIGHT = right path of the job
$LOGFILE = complete path to log file
$RESULT = GOOD or BAD
$MSG = result summary (such as "5 copied")
In addition, you can specify different command lines for good or bad, as outlined on the dialog:
-error.bat :: ++copied.bat :: +ok.bat
ok.bat is called when there was no error but nothing to copy.