Hi,

I was wondering if there was a way to launch a string of programs from a button.

I want to be to launch, say 6 programs. Once the first one is done, the code has to know that the first program is done doing it's automated process and then continue.

In VB 6, I used the Shell Execute command to launch a program, but it doesn't work in Vb.Net and I wouldn't even know how to make it launch consecutive programs.

Thanks for any help