Thread
:
How to execute shell through C program
View Single Post
sumtaru
Light Poster
17May2012,19:26
You can execute like this :
system("mysh");
in unix operating system. mysh is the name of the shell script