Starting a non-gui jade.exe app from a .bat batch file.
Within the executing jade code, setting the 'userExitCode' to 33 as per the documentation. (beginTransaction; node.userExitCode := 33; commitTransaction; terminate;)
Have been unable to get a return %errorlevel% other than 0.
.ini file contains:
[FaultHandling]
StandardExitValues=false
Any suggestions as to what I am going wrong?
Thank you.