directory for exe file.

Hello guys.. I want to create a program which runs another program and save .exe file of in-called program other than its own .exe file.
Like a setup software....
Please dont abuse, just trying to learn... thankyou
The easiest ways to do that all get flagged by antivirus software - you should just leave that task to dedicated installers rather than trying to do it yourself. Antivirus software is more trusting of familiar installers than of arbitrary homemade programs that dump executable files in random places.
system("c:\\here.exe");
Topic archived. No new replies allowed.