| To: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
|---|---|
| Subject: | Re: Shell, wait for outside process? |
| From: | Norman Palardy <npalardy@great-white-software.com> |
| Date: | Sun, 29 Jun 2008 22:33:37 -0600 |
| Authentication-results: | mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com |
| Delivered-to: | listarchive@realsoftware.com |
| In-reply-to: | <C48DAE42.1519D%sean@workinsoft.com> |
| References: | <C48DAE42.1519D%sean@workinsoft.com> |
| Reply-to: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
| Sender: | realbasic-nug-bounces@lists.realsoftware.com |
On 29-Jun-08, at 8:25 PM, Sean Arney wrote: Hi All,I have a shell process that I am launching an executable - so far so good, but I need to wait for that operation to complete before doing somemore things. Any suggestions how to do that? A timer is not really appropriate since it involves some user input. You could make the shell command wait til it completesWatch the process id of the program you launched until it disappears and then quit the shell Do this synchronouslyOr pass the PID back to REALbasic and then you can spin your wheels in RB waiting for that process to terminate _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | TokyoCabinet, dda |
|---|---|
| Next by Date: | Re: Shell, wait for outside process?, Giovanni |
| Previous by Thread: | Shell, wait for outside process?, Sean Arney |
| Next by Thread: | Re: Shell, wait for outside process?, Giovanni |
| Indexes: | [Date] [Thread] [Top] [All Lists] |