Re: Version 4 Problem
- Posted by petelomax Feb 15, 2016
- 1587 views
Can you review http://openeuphoria.org/forum/123342.wc and see if that helps?
Specifically, are you running eui.exe (via an eu.cfg) or eui.bat - the latter will not get an error code and hence not even try to jump to the error line.
One thing I didn't suggest in that thread or ever try myself is EXIT /B %ERRORLEVEL% - maybe try that at the end of the batch file (if you are using one) first.
Regards, Pete