ESSCMD Batch Processing

If you use a series of commands frequently or you must enter many commands to complete a task, consider script or batch file automation.

Note:

On UNIX, a batch file is a shell script. A shell script usually has the file extension .sh (Bourne or Korn shell) or .csh (C shell).

When you run a script or batch file, ESSCMD executes the commands in order until the end of the file.