http://www.vb-helper.com/HowTo/makerun.zip

	Purpose
Make a program compile and run another program

	Method
Shell a command like the following to compile the target program.

"C:\Program Files\Microsoft Visual Studio\Vb98\Vb6.exe" /MAKE "C:\VB Tools\Project1.vbp"

Wait for the compile to finish and then use Shell to execute the result.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
