This is an example of the compile parameters used to compile the webaccess template.
mwcomp webacc -b:c:\apps\netmail\templates -i:c:\apps\netmail\include -t:c:\apps\netmail -fThe parameters can be found by running the mwcomp executable with an -h option.
webacc: This is the template to be compiled This is the name of the directory where the sources exist
-b: is the base directory for the templates, the webacc and webmail directories exist in this base directory -i: is where the include directory exists -t: is where the compiled template will be put once compiled -f: overwrites the template if one already exists