Program file: |
POPTRAIN.EXE |
Purpose: |
This tool is used to import message files
into the training folder. Depending
on the commands and parameters, message files can be either in v1.5 *.CMS
or G2 *.EML formats, and can be placed either in the GOOD or BAD |
Usage: |
POPTRAIN -f <message-format> -t <message-type> -d <data-path> Message format number: 1 : v1.5 *.CMS format 2 : G2 *.EML format Message type: 1 : BAD folder 2 : GOOD folder Data path is the directory location where the source message files can be found. Example: POPTRAIN -f 1 -t 1 -d "c:\temp\bad" This invocation will take Praetor v1.5 *.CMS
message samples located in the directory c:\temp\bad and populate the
Train BAD |
Other: |
You can display a help screen by invoking this program with '?' as the one and only parameter. This command is invoked by the daily maintenance scheduled task. |