Hello,
is it correct that there is no way to return a exit-code to a .bat file which starts _progres to process the value of %errorlevel%?
Stefan
As you seem to be on Windows, did you try?
msdn.microsoft.com/.../system.environment.exitcode(v=vs.110).aspx
The related system is windows with 10.2A without .net.
I would need something for a .p program.
Any return-value <> 0 would be helpful ...
Any return-value <> 0 would be helpful ...
Echo the error level into a file and read the file.
Hello Mike, i tried System.Environment with 10.2A. ExitCode has no Result, Exit(3) crashes prowin32 but returns really 3 and creates a crash entry in windows log