
Running Programs in DOS Shell
Brian,
You may want to look into the IWShell objects surfaced by...Microsoft
Scripting Runtime (?). These objects not only give you Shell()
functionality to run other apps, but also let you control whether those
other apps are to be run synchronously and visibly.
--A