Please could someone tell me how I can execute/load a program from within a C program. What I really need is to be able to execute the C:\WINDOWS\SYSTEM32\CMD.exe executable from within a C program.
Any help would be greatly appreciated. :)
Thanx, in advance,
TTAYO
September 17th, 2004, 10:45 PM
lepricaun
using the system() function...
here's a program i'm working on, at the moment it works the same as the cmd.exe, check to see how it calls the commands: