home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / FLM110.ZIP / FLMAKER.DOC < prev    next >
Text File  |  1998-07-13  |  5KB  |  135 lines

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