Page 1 of 1

Any way to shell Asynchronously?

Posted: Tue Aug 02, 2011 4:47 am
by BarrySumpter
This is the Asynchronous definition for the shell command from REALbasic.
Anything similar in LiveCode?

1-Asynchronous. The shell executes its command and returns data via the DataAvailable event. It does not wait for a command to finish before executing the next command. An asynchronous shell script can run in the background.

Re: Any way to shell Asynchronously?

Posted: Wed Aug 03, 2011 2:22 pm
by Mark
Hi barry,

Use open process instead of shell.

Best,

Mark