WinCIS support requires a change to the WINCIS.TPL file.  
In the [GO FORUM] section, add the following at the end, 
prior to the [GO LIB] section:

; *** Added to accomodate CatCIS download scripts***
  %IF FILEEXISTS &&CONTROLPATH&&FORUMNAME.DOW
    %%ECHO Executing &&FORUMNAME.DOW
    %%DO &&CONTROLPATH&&FORUMNAME.DOW
      %%@Unable to execute &&CONTROLPATH&&FORUMNAME.DOW
      %%%KILLFILE &&CONTROLPATH&&FORUMNAME.DOW
      %%%SEND ^M
      %%%WAIT FORUM !
  %Echo CatCIS download check complete
;

[GO LIB]


By adding these lines to the wincis.tpl file, the next time you enter
a forum, a check is made to determine if a related *.dow file exists.
If so, it is executed, downloading files, and then erased.

It is important to note that you must cause WinCIS to enter the forum.
This may be done by any of the normal means available in WinCIS, such
as requesting a message scan, section update, etc.  I have yet to figure
out a way to automatically enter a forum.

CatCIS will create the appropriate *.dow file in the directory specified
in Configure|Directories for the *.sec directory.  This must be your WinCIS
control directory for the script to function properly.

The *.dow file created by CatCIS is nothing more than a simple script
and is subject to some limitations.  If the file you are attempting
does not exist in the library, the script will get confused and
generally fail.

Microsoft Software Library Support
----------------------------------
The Microsoft Software Library is not in the conventional forum format, so
the file MSLLBR.SCR is included.  Add this file to your SCRIPTS directory
and use it to create the MSL.LBR file.  Read the comments at the top of
the file to change it to fit your needs, especially the number of days
over which the search for files will be conducted.

There are two options for MSL downloads, one without the logoff option
and one with it.  These may be chosen from the drop down list on the
download dialog box.  CatCIS will then create a script file named MSLDL.SCR
in the scripts directory that you may run to download files from the
library.

