Batch scripts are ASCII files that contain instructions related to a Batch job. They must have the file extension .bscript for Batch to recognize them. A Batch script is executed after the Output or Export node to which the script is associated has finished rendering.
You should consult with your system administrator when creating scripts. Scripts are created using either C shell, Korn shell, or Perl. Also, Batch scripts must have the proper file access, directory access, and execution permissions for the files, directories, and applications in the script.
When the script is executed, Flame continues with its own processes and does not wait for the script to terminate. Flame imposes no restrictions with executing scripts; however, make sure that no one else is using the system when a script is executed and that the script is approved by your system administrator.
Script variables that you can set are defined in the following table.