Page 1 of 1

Echo to command-line

Posted: July 26th, 2017, 10:47 pm
by gi-jones
Does anyone here know if it's possible to send an echo style feedback to the command-line for an AE script?
I'm calling the script like this:

Code: Select all

AfterFX.exe -s "//script away"

Ideally when the script goes through certain phases it would write a feedback statement back to the command line. $.writeln only send stuff to the Extendscript terminal.