home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / email / catcs13b.zip / WINCIS.TXT < prev   
Text File  |  1993-09-12  |  2KB  |  38 lines

  1. WinCIS support requires a change to the WINCIS.TPL file.  
  2. In the [GO FORUM] section, add the following at the end, 
  3. prior to the [GO LIB] section:
  4.  
  5. ; *** Added to accomodate CatCIS download scripts***
  6.   %IF FILEEXISTS &&CONTROLPATH&&FORUMNAME.DOW
  7.     %%ECHO Executing &&FORUMNAME.DOW
  8.     %%DO &&CONTROLPATH&&FORUMNAME.DOW
  9.       %%@Unable to execute &&CONTROLPATH&&FORUMNAME.DOW
  10.       %%%KILLFILE &&CONTROLPATH&&FORUMNAME.DOW
  11.       %%%SEND ^M
  12.       %%%WAIT FORUM !
  13.   %Echo CatCIS download check complete
  14. ;
  15.  
  16. [GO LIB]
  17.  
  18.  
  19. By adding these lines to the wincis.tpl file, the next time you enter
  20. a forum, a check is made to determine if a related *.dow file exists.
  21. If so, it is executed, downloading files, and then erased.
  22.  
  23. It is important to note that you must cause WinCIS to enter the forum.
  24. This may be done by any of the normal means available in WinCIS, such
  25. as requesting a message scan, section update, etc.  I have yet to figure
  26. out a way to automatically enter a forum, although I am sure it could
  27. be done in a WinCIS button for CatCIS (after CatCIS is executed via
  28. the WinCIS button, check for a related *.dow file in the CONTROL 
  29. directory; if it exists, set an action to enter the forum).
  30.  
  31. CatCIS will create the appropriate *.dow file in the directory specified
  32. in Options|Configure for the *.sec directory.  This must be your WinCIS
  33. control directory for the script to function properly.
  34.  
  35. The *.dow file created by CatCIS is nothing more than a simple script
  36. and is subject to some limitations.  If the file you are attempting
  37. does not exist in the library, the script will get confused and
  38. generally fail.