Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I would like to make a REXX script doing a "Beep !" when an error occurs. But BEEP function blocks my program (a duration of 5 seconds makes my script sleeping for 5 seconds). That's why I would like to put the BEEP call in another dedicated script, which doesn't return anything special, of course. My goal is now to launch this script in another -asynchronized- process, in order not to wait its end.
Is this possible ?
Thank's,
Philippe
I would like to make a REXX script doing a "Beep !" when an error occurs. But BEEP function blocks my program (a duration of 5 seconds makes my script sleeping for 5 seconds). That's why I would like to put the BEEP call in another dedicated script, which doesn't return anything special, of course. My goal is now to launch this script in another -asynchronized- process, in order not to wait its end.
Is this possible ?
Thank's,
Philippe