Running Script Files

  To run script files in ESSCMD:

  1. Enter the following command at the operating system prompt:

    ESSCMD scriptFileName.scr
  2. 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
  3. 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)

    or

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