Results 1 to 2 of 2
hai ,
i wrote a script file .........
i have been write a program in c and i want to execute the script file when i run the exe file ...
- 04-15-2007 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
script
hai ,
i wrote a script file .........
i have been write a program in c and i want to execute the script file when i run the exe file of a program.........
means.
Is it possible to run the script file through a "c" program......
Thanks in Advance
- 04-16-2007 #2
you can execute a shell program using C ..with help of system()..
see here- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote