Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to execute shell script using C++? 2

Status
Not open for further replies.

usawinters

Programmer
Jun 21, 2001
7
0
0
IE
Hi, Could you help me please, I need to execute shell script in C++ program. How can I do that?
Thanks a lot!
 
execl("/path/filename","filename","param 1",...,"param n",NULL);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top