Getting the Error code
- Posted by John Kinne <JDKINNE at MIAMIU.BITNET> Jun 27, 1996
- 2312 views
How can I retrieve the error code of a DOS pgm invoked by a euphoria pgm. E.g. system("pe3test",2) ... if ErrorLevel=2 then .... I have a DOS pgm that will only communicate back to me via error code. I can do something kludgy like invoking the DOS pgm from a BAT & checking the errorlevel there - then writing a DOS file that my E-pgm can find. I am hoping for something a bit more elegant. Thanks for the help John Kinne