Calling a progrm in an archive

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
You'd need to extract it before running it.
Topic archived. No new replies allowed.