home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / FLM130P.ZIP / FLMAKER.DOC < prev    next >
Text File  |  1999-03-31  |  5KB  |  143 lines

  1.  
  2.             ****** **     **   **  ****  **  ** ****** *****
  3.             **     **     *** *** **  ** ** **  **     **  **
  4.             ****   **     ** * ** ****** ****   ****   *****
  5.             **     **     **   ** **  ** ** **  **     **  **
  6.             **     ****** **   ** **  ** **  ** ****** **  **
  7.                  Filelist maker for Telegard 3.09 v1.30/Pro
  8. -----------------------------------------------------------------------------
  9. Author: Meelis Magi
  10.      Fidonet -> 2:490/333
  11.       E-Mail -> root@gate.fido.ee
  12.          BBS -> The Gate BBS, Phone (372)-678-1284
  13.  
  14. PS!
  15.   * IF YOU USE THIS PROGRAM, PLEASE SEND E-MAIL TO ME. I'M JUST CURIOUS :-)
  16.   * IF YOU FIND A BUG, THEN WRITE ME E-MAIL
  17.   * IF YOU HAVE ANY SUGGESTIONS, THE LET ME KNOW!
  18.  
  19. ---
  20. PS!
  21.     FLMaker  is  distributed  " As Is "  and  author   are  not
  22.     responsible for errors  occurred  while using this  program
  23.     on your computer.
  24.     It is guaranteed only that FLMaker will take some space  on
  25.     your hard disk.
  26.     Prohibited any  modifying  of FLMaker  without  preliminary
  27.     agreement with author of the product.
  28. ---
  29. *****************************************************************************
  30. **                          Command-line information                       **
  31. *****************************************************************************
  32.  
  33.   /?     - this help
  34.   /D:x   - where x is day number                               (=7)
  35.            0<=x<=365
  36.   /RC    - remove color codes                                  (=off)
  37.            Color codes = `00...`FF
  38.            note: A..F -must- be upcase.
  39.   /NEW   - only new files                                      (=all)
  40.   /AS    - area status (foother)                               (=off)
  41.   /TS    - area overview at the end                            (=off)
  42.   /FS    - file status                                         (=off)
  43.   /UL    - show uploader                                       (=off)
  44.   /UD    - show upload date                              (=file date)
  45.   /EO    - exclude offline / failed                            (=off)
  46.   /TG    - Use area header from area config if possible (.MSG) (=off)
  47.            When no /RC present, no color codes removed.
  48.   /COL:x - description start column                            (=30)
  49.            0<=X<=50
  50.   /HTML  - !! NEW OPTION !!
  51.            generates HTML output (with frames)
  52.   /SPLIT - Split area information in separated files
  53.            i.e SYSOP area info will go SYSOP.HTM file
  54.            works only in HTML mode
  55.   /W95   - Use long filenames if needed & prossible
  56.  
  57. ---
  58.   /O:<filename> - output path+filename
  59.   /H:<filename> - header path+filename
  60.   /F:<filename> - foother path+filename
  61.   /E:<filename> - exclude list
  62.   /I:<filename> - include list
  63.  
  64.   Note: In header & foother file You can use MCI codes.
  65. ---
  66.   /C:<filename> - take options from this file
  67.  
  68. ---
  69. *****************************************************************************
  70. **                            Config file format                           **
  71. *****************************************************************************
  72.  
  73.     /C:<filename> contains each parameter in one line.
  74.     ---- /C:flmaker.cfg start ----
  75.     /tg
  76.     /rc
  77.     /as
  78.     /ud
  79.     /ts
  80.     /H:main.hdr
  81.     /O:outfile.txt
  82.     ---- /C:flmaker.cfg ends -----
  83.  
  84.     * No spaces (tabs) before/after command is allowed !
  85.  
  86.     * If /C:<filename> switch present, then it must be 1 (first) and only
  87.       parameter !
  88.  
  89. ---
  90. *****************************************************************************
  91. **                        Exclude & include list                           **
  92. *****************************************************************************
  93.  
  94.    /I:<filename> or /E:<filename> format is: Every line contains 1 area
  95.    AREANAME or #<AREANUMBER>, like
  96.    ----- /I:<filename> start -----
  97.    SYSOP
  98.    #4
  99.    #10
  100.    #666
  101.    #11
  102.    ----- /I:<filename> ends ------
  103.  
  104. ---
  105. *****************************************************************************
  106. ***                                 MCI Codes                             ***
  107. *****************************************************************************
  108. Note: Copied from Telegard MCI.REF file.
  109.  
  110. Extended Processing Commands - Affect next valid MCI code
  111.   ~EC<n>  Center & Justify, expand to n characters
  112.   ~EE<n>  Create fill pattern of spaces to length <n>
  113.   ~EL<n>  Flush-Left, expand to n characters
  114.   ~EFc<n> Create fill pattern of character <c> to length <n>
  115.   ~EM     Convert to mixed case
  116.   ~EN     Strip all spaces
  117.   ~EPck   Will replace character c with character k in next string
  118.           Note: case sensitive!
  119.   ~ER<n>  Flush-right, expand to n characters
  120.   ~ES     Strip colour codes
  121.   ~EU     Convert to uppercase
  122.   ~EW     Convert to lowercase
  123.  
  124. File Bases
  125.   ~FB     File base name
  126.   ~FD     File base drive space (free)
  127.   ~FF     File base filename
  128.   ~FI     File base infofile name
  129.   ~FN     File base number
  130.   ~FT     Total # files in filebase
  131.   ~FU     Total # bytes in filebase
  132.  
  133. System Information/Commands
  134.   ~SA     System Name (from config)
  135.   ~SB     System Location (from config)
  136.   ~SD     System Date (date format)
  137.   ~SF     System Phone # (from config)
  138.   ~SJ     System Date (MM/DD/YY)
  139.   ~SM     <CR> + Linefeed
  140.   ~SS     SysOp Name (from config)
  141.   ~ST     System Time
  142.   ~SV     Telegard Version
  143.