Running Terminal Commands from OSX
Posted: November 8th, 2011, 12:37 am
I'm using the command below.
outputMsg=system.callSystem("xxxxx");
It works but I want it to open the command in an OSX terminal window instead just running silently?
Also, currently AE waits for the system call to finish before giving control back to the AE gui, I just want it to set my command running then put me back in AE (much like BG render does).
Any ideas?
Cheers.
Phil
outputMsg=system.callSystem("xxxxx");
It works but I want it to open the command in an OSX terminal window instead just running silently?
Also, currently AE waits for the system call to finish before giving control back to the AE gui, I just want it to set my command running then put me back in AE (much like BG render does).
Any ideas?
Cheers.
Phil