Asynchronous Scripts
-
Hi,
I run a script after bot completes a job. The script runs three tasks. I originally setup the script to not run asynchronously, but AE crashed typically after executing the script. I switched to Asynchronous and the script runs to completion without AE crashing. A terminal window launches now, however, to show progress of the scripts. I don’t see any errors, but each job opens up a new terminal window. Is there anyway to prevent the terminal window opening?
Pete
-
@pbretz I believe that all you would need to do is add an exit command to the end of your script, so that it closes once it is complete. Are you on MacOS or Windows? I would suggest looking into the syntax for your OS.