MySQL Forums
Forum List  »  Delphi

Re: How to use delphi to make backup?
Posted by: Eric St-Georges
Date: July 10, 2009 08:35AM

ShellExecute will run the application and return immediately.

You might want to be looking into CreateProcess instead, and then you can use WaitForSingleObject and/or do other cool things with the process.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to use delphi to make backup?
July 10, 2009 08:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.