Link to home
Start Free TrialLog in
Avatar of eugeneng
eugeneng

asked on

What ANSI C function to call an external program ?

Currently I want to write a dll in ANSI C, and I will call an external program to help to get the job done. Does any one know which C function can call an external program and passs argument to it (like Visual C++ WinExec or CreateProcess).
Avatar of ozo
ozo
Flag of United States of America image

system("program args");
ASKER CERTIFIED SOLUTION
Avatar of delirium
delirium

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial