hi,
i am calling an executable file ( which i dont have the source ) with createprocess. i need to get the results the new process to a text file so i am using createprocess like below:
createprocess(NULL,"abc.exe > a.txt"...);
this doesnot work.
anyone has any clue?
Read between the lines
i am calling an executable file ( which i dont have the source ) with createprocess. i need to get the results the new process to a text file so i am using createprocess like below:
createprocess(NULL,"abc.exe > a.txt"...);
this doesnot work.
anyone has any clue?
Read between the lines