Im launching a DOS program using Runprogram wait "command plus args"
wich exits with 1 whenever an error happends and 0 when everything works as expected...
Problem is, I'm unable to catch that exit code.
- I have tryed using ShellExecuteA but dataflex wont wait for it to close...
- I have also tryed to use
Chain Wait
without any possitive result.
I'm using VDF 18.2 my App is a desktop app.