|
You can launch program by command: webcm file1 file2 ... Where file1 file2 ... - file names separated by space. 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 current (working) directory. Files with extension CMJ are processed as files with job. Files with extension CSV are processed as files with input data. Files are processed in order of their allocation in the command line. Mistakes which have been found in one input file do not influence on processing of other input files. If any file name is not specified, program searches file WEBCM.CMJ in the working directory. If this file is found it is processed as file with job. Example of command: webcm chart1.csv chgroup.cmj During program work the brief information about process is showed in separate window. If you want to abandon this brief information, you can use /nomessage or /nom key: webcm /nom chart1.csv chgroup.cmj To redirect this brief information to separate file use standard redirection key: webcm chart1.csv chgroup.cmj >anyname.txt To take help enter command: webcm  /? |