Is there a way for VB to not close the DOS screen after a dos shell program is called and finished running? The DOS program is suppose to generate some output and/or error notifications but it is closed too fast for viewing
I tried redirecting the output to a text file (shell("work.exe > log.txt"
) but work.exe seem to make sure that if errors occure it will be printed on the prompt screen. Any sugguestion guys?