To run script files in ESSCMD:
Enter the following command at the operating system prompt:
ESSCMD scriptFileName.scr
Replace scriptFileName with the name of the script file.
For example, enter the following if the script file is in the current directory:
ESSCMD TEST.SCR
If the script file is not in the current directory, include the path.
For example:
ESSCMD C:\WORK\SCRIPTS\TEST.SCR (an absolute path on Windows)
ESSCMD..\SCRIPTS\TEST.SCR (a relative path on Windows)