Hi,
I am using the shell command to execute a DOS program from VB5. How can I read the dos errorlevel after the dos application terminate.
Any help is appreciated.
Tks.
Printable View
Hi,
I am using the shell command to execute a DOS program from VB5. How can I read the dos errorlevel after the dos application terminate.
Any help is appreciated.
Tks.
Hi!
I think that it's more simple to make a DOS Batch file (---.bat) and call it using Shell.