• 0

ShellExecute(


Question

I?m successfully manage to run the zipprogram gzip.exe programmatically like this:

ShellExecute( NULL, "open", "C:\\gzip.exe", strParam, "C:\\Program Files\\Ceco", NULL ) ) )
//Here I want to sleep?. Until the new process has ended.

How do I after this call wait until gzip.exe has returned. (The file that gzip.exe creates do I want to rename.)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.