Results 1 to 3 of 3
Hi,
Is there any system call or library function using which we can execute a file and redirect its output to another file........Can i use execve family of functions for ...
- 05-02-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 15
system calls/functions to execute a file within a program
Hi,
Is there any system call or library function using which we can execute a file and redirect its output to another file........Can i use execve family of functions for this purpose.
- 05-02-2007 #2
I assume your file is an executable file, you can use system() sys.call too
- 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
-------------------
- 05-03-2007 #3Linux Newbie
- Join Date
- Feb 2007
- Location
- hyderabad, india
- Posts
- 247


Reply With Quote
