Lookup ShellExec() (or is it ShellExecute())
Also see CreateProcess();
The ShellExec tends to be simpler to get right. CreateProcess is useful if
you need to block on the other process, or play with io redirection, etc.
Quote:
> Hi,
> I want to call an .exe from a C program.
> which function should I use?
> Can any experienced VC programmer can me some help?
> I can look up from the doc.
> Thanks,
> Howard