LavishScript:Command Files
From Lavish Software Wiki
[edit]
Overview
Command files are simply a list of commands to be executed sequentially. They are generally used to store a list of commands you do not want to type again later, and are put in the file exactly as they would be typed in a LavishScript console.
[edit]
Running a Command File
Command files can be executed with the ExecuteFile command. Each command in the file will be executed from beginning to end, after which the ExecuteFile command completes.
[edit]
