Running on Windows

Enrichment runs like any other Windows application. You should add the directory that contains the Enrichment executable to your workstation’s PATH environment variable so that you can run it directly from the command line. You can also use Enrichment in scripts, from the command line, from within your programs, or in any other manner that you would use a standard Windows application.

To run the executable from the command prompt use this syntax:

sweaver -c=control.file -m=message.file

Specify run-time arguments using this syntax:

sweaver -Arg1 -Arg2 -Arg3

where ArgN is an Enrichment run-time argument. Each argument must be separated from the preceding argument by a space and must begin with a dash (-). For a complete listing of run-time arguments, see Run-Time Arguments.