how about using spawnl()???
but i donno its format..
help me out guys
User Profile
Collapse
-
my program was
main() {
int i;
i = system("c:\\tur boc3\\sim.exe") ;
cout<< i;
}Leave a comment:
-
yeah ..
i tried it but its still giving the error ..i.e. output -1
my exe file was developed through turbo c++ itselfLeave a comment:
-
execute a .exe file using turbo c++ program
how can an already existing exe file say <filename.exe > be executed using a turbo c++ program....
i have tried
system(" path of file");
but it always returning an error i.e. the integer value it returns is -1.
help me .... its urgent
No activity results to display
Show More
Leave a comment: