|
-
August 13th, 2005, 08:51 PM
#2
Re: running exe and copying a file
 Originally Posted by goddamn
I want to run an exe file in my program.For example i want to run setup.exe under the "Program Files".
And i want to copy a file under the C:\ to "Program Files"
well.. making intallable programs is a whole other art that i know nothing about.. but to run an exe file, look into ShellExecute(..) and/or system(..).
 Originally Posted by goddamn
And i want to copy a file under the C:\ to "Program Files"
Look into CopyFile, CopyFileEx on msdn.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|