Running Script Files

Enter the following command at the operating system prompt:

ESSCMD scriptFileName.SCR

Replace scriptFileName with the name of the script file. For example, type the following if the script file is in the current directory:

ESSCMD TEST.SCR

If the script file is in another directory, include the path. For example:

ESSCMD C:\WORK\SCRIPTS\TEST.SCR (absolute path on Windows)

or

ESSCMD ..\SCRIPTS\TEST.SCR (relative path on Windows)