Hi. I am new to VB.NET, prefer vb.6. I wrote a program in NET to run several console programs sequentially. That works fine. The console programs have already been written. At the end of these programs I have a MsgBox to tell me when the program is complete. When I use the new program, to execute these sequentially, the msgbox(s0 are not necessary. However, I would rather keep the option of being able to run these programs individually or from the new program. Without passing an argument to the programs, how can i determine when to execute the msgbox statements.

Thanks