|
-
January 20th, 2000, 10:41 AM
#1
exes Controlling others
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?
-
January 20th, 2000, 11:09 AM
#2
Re: exes Controlling others
use VB's Shell command:
Shell "notepad.exe arguments"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|