Monitoring a DOS Shell - Resolved
I'm using MS Access 97 and shelling to a DOS window.
When the window autocloses, I need to proceed with my code.
Its the age old problem of halting code execution while waiting for an external process to complete.
cmdline = "c:\myexe.exe"...