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
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
Comment