GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  OOPS

 Print  |  
Question:   How can I invoke another program from within a C program?



July 07, 2005 12:25:54 #2
 Santosh   Member Since: Visitor    Total Comments: N/A 

RE: How can I invoke another program from within a C program?
 
In C it is System("program_to_run.exe"); 
In Windows it can be ShellExecute(); or WinExec();
     

 

Back To Question