Chart master job file (CMJ file)

   File with job for program must contain:
   in the first line - name of directory which contain files with input data;
   in the second line - name of directory for output files;
   in next lines - names of files with input data (on one name in each line).
   File names can consist of a drive letter and colon, a directory name, a file name, or a combination. If you specify only file name, this file must placed in directory that is denoted in first string.
   File names can have any extension (type).
   Files with input data are processed in order of their allocation in a job file. Mistakes which have been found in one input file do not influence on processing of other input files.
   Name of a target file is formed by replacement of input file extension to htm (if other names of target files are not set in AREA statements).

Example of the chart master job file
input
M:\output
chart1.csv
chart2.txt
chart3

   In this example files with input data are placed in directory input which is placed in the current (working) directory. Result - files chart1.htm, chart2.htm and chart3.htm - will be placed in directory \output in device M:.