home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WIZ13D.ZIP / FLIST.CMD < prev    next >
OS/2 REXX Batch file  |  1994-09-15  |  1KB  |  28 lines

  1. % File Wizard Control File
  2. % used for filelists "WIZARD /FLIST /@FLIST.CMD"
  3. %
  4. % Syntax:
  5. %
  6. % <name of .CTL file> <switches> <switches> <switches> ...
  7. %
  8. % The name of a .CTL file is the path and filename for a FLSEARCH.CTL
  9. % style area control file (see BBSTYPE GENERIC in WIZARD.CTL)
  10. % You also can use <DEFAULT> for the bbs configuration defined
  11. % in WIZARD.CTL. This first statement in the line MUST exist !
  12. %
  13. % Following switches 
  14. % are supported:     /A<filename>  name of the allfiles-list
  15. %                    /N<filename>  name of the newfileslist
  16. %                                  (use /N alone for no newfiles-list!)
  17. %                    /MINSEC<sec>  minimum security
  18. %                    /MAXSEC<sec>  maximum security
  19. %                    /G<groups>    groups which should appear in the list
  20. %                    /H<filename>  name of an alternate headerfile
  21. %                    /CHECKDUPE    run the dupechecker for the specified list
  22. %
  23. % Example : 
  24. %
  25. %     <DEFAULT> /Ac:\allfiles.fls /N /MINSEC200 /G04AB /Hc:\header.txt
  26. %
  27.  
  28.