Click to See Complete Forum and Search --> : exes Controlling others


Surrendermonkey
January 20th, 2000, 09:41 AM
I have two VB6apps, essentially different versions of the same app. I wish to write a third which when run, does nothing more than scrutinises, say, a database and runs the exe most appropriate. The idea being that I can then distribute all three at once, since users' circumstances will change.
The database stuff is no problem, but what is the simplest way to run an exe from another?

Lothar Haensler
January 20th, 2000, 10:09 AM
use VB's Shell command:

Shell "notepad.exe arguments"