Calling a progrm in an archive

Jan 6, 2015 at 9:56am
To call another program (with some arguments eg input and output file) I'd usually do something like:
system("path/program.exe path/input.txt path/output.txt");

But what if that program was in a rar or zip archive, how would I call it them?
Last edited on Jan 6, 2015 at 10:10am
Jan 6, 2015 at 10:25am
You'd need to extract it before running it.
Topic archived. No new replies allowed.