Sorry, I don't think you understood my question. I am not trying to run a dos command at run time.
I have the problem that after I compile my EXE, I must go to a DOS prompt, find the EXE and run the EDITBIN function upon the EXE to increase the stack size. This means I can not use the option from within the VS environment to compile + RUN. I currently have to compile, go to DOS to execute the DOS command, and then exec the EXE to run the compiled app. There used to be a way to add a post process after the compilation, but I don't see a way to do this. I sometimes find reference to something called the post-process tab in the VS environment, but I don't see it anywhere.
Any suggestions?