Hi, I've got a VB5 program that has a number of Shell functions that run a DOS program. Originally, I had problems with it because, as you probably know, the statements following the shell function are executed whether the shell function completed its calculations or not. As a result, I...