I am currently tyring to run a macro from the command line of my computer. The macro includes the command :
>>> OUTPUT 'exampleFile', APPEND
This is used to create an output txt file by the name of 'exampleFile.' Now, when I run this macro through the command line, no file is generated. But, when this macro is run through optic studio, there is a file that is generated named exampleFile. I don't understand why this step is ignored when the macro is used through the command line?