VB question

What exactly are you trying to accomplish? I mean, I understand the concept...but can you prodive some pseudo code?

I'm guessing its something like this:
Code:
 Sub Main()
 	 RunAnotherProgram()
 End Sub

You can use process.start(filenamehere), or there are some other ways to do it. Give me a little more detail and I'll get back to you.
 
Back
Top