home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FGEM100.ZIP / FGEM.DOC next >
Encoding:
Text File  |  1995-07-24  |  4.8 KB  |  111 lines

  1. ╒════════════════════════════════════════════════════════════════════════════╕
  2. │                    Fastecho Group Echolog Maker v1.00                      │
  3. │           Copyright 1995 J Hulley-Miller. All Rights Reserved.             │
  4. ╘════════════════════════════════════════════════════════════════════════════╛
  5.  
  6.   FGEM is a simple little program to output the echotags of certain groups,
  7. and/or types of areas. It will only work with the Revision 6 configuration
  8. file, which is used by Fastecho v1.45 (and possibly later versions). If FGEM
  9. does not find a R6 configuration file, it will abort. FGEM does _not_ write
  10. to the configuration file, but it is still recommended that you keep
  11. backups.
  12.  
  13.   FGEM requires OS/2 v2.x or greater to function.
  14.  
  15.   A DOS version of FGEM will be released in a few weeks when I get my
  16. compiler update (the current version only allows 32bit DOS apps, which is
  17. overkill in the extreme for this program).
  18.  
  19. ╒════════════════════════════════════════════════════════════════════════════╕
  20. │                                  Syntax                                    │
  21. ╘════════════════════════════════════════════════════════════════════════════╛
  22.  
  23.   FGEM has two types of parameters, 'Boolean' and 'String'. Boolean
  24. parameters accept a +, to turn a switch ON or a - to turn a switch OFF,
  25. (defaulting to + if not specified). String parameters accept any number of
  26. characters, however there must be _no_ space between the parameter and its
  27. data.
  28.  
  29.   Boolean Parameters: ( <Parm> <Desc> <Default> )
  30.     -A Include all Areas               <FALSE>
  31.     -S Include all Squish Areas        <FALSE>
  32.     -J Include all JAM Areas           <FALSE>
  33.     -H Include all Hudson Areas        <FALSE>
  34.     -M Include all *.MSG Areas         <FALSE>
  35.     -P Include all Passthru Areas      <FALSE>
  36.     -? Include all areas               <FALSE>
  37.       (Yes, -?- will NOT display help)
  38.  
  39.   String Parameters: ( <Parm> <Desc> <Default> )
  40.     -L<Filename>  Name of output file             <Echotoss.Log>
  41.     -G<Groups>    Groups to Include               <All groups>
  42.  
  43. ╒════════════════════════════════════════════════════════════════════════════╕
  44. │                                 Examples                                   │
  45. ╘════════════════════════════════════════════════════════════════════════════╛
  46.  
  47.   List all areas in the groups A, B and Z.
  48.     'fegm -A -GABZ'
  49.  
  50.   List all squish areas in the groups A, B and Z, output to 'echotoss.sq'.
  51.     'fegm -S -GABZ -Lechotoss.sq'
  52.  
  53.   List all squish and JAM areas.
  54.     'fegm -S -J'
  55.  
  56.   Display help screen.
  57.     'fegm -?'
  58.  
  59. ╒════════════════════════════════════════════════════════════════════════════╕
  60. │                                  History                                   │
  61. ╘════════════════════════════════════════════════════════════════════════════╛
  62.  
  63.   v1.00
  64.     Initial version. Released July 24th, 1995.
  65.  
  66. ╒════════════════════════════════════════════════════════════════════════════╕
  67. │                     Legal stuff / Standard disclaimer                      │
  68. ╘════════════════════════════════════════════════════════════════════════════╛
  69.  
  70.     'Fastecho Group Echolog Maker' is owned solely by J Hulley-Miller, and
  71. is released as freeware.
  72.  
  73.     The program is provided 'as is', without warranty of any kind, neither
  74. expressed nor implied. The only guarantee is that the program will occupy
  75. diskspace.
  76.  
  77.     In no event will the author be liable to you for any damages, including
  78. lost profits, lost savings or other incidental or consequential damages
  79. arising out of the use of this program or the inability to use this program.
  80.  
  81.     Any mentioned products and packages are copyrighted by and trademarks of
  82. their respective holders.
  83.  
  84.     If you do not agree to the above you must cease use of the program
  85. immediately or legal actions may be initiated against you.
  86.  
  87. ╒════════════════════════════════════════════════════════════════════════════╕
  88. │                          Contacting the Author                             │
  89. ╘════════════════════════════════════════════════════════════════════════════╛
  90.  
  91.   The author may be contacted at the following addresses:
  92.     fidonet#1:107/330.0
  93.     jhm@cnj.digex.net
  94.  
  95.   or on my BBS:
  96.     Name  : Informatix/2
  97.     Tel   : +1 908 891 9685
  98.     Speed : 2400 -> 14400 Baud, HST, V32, V32Bis, V42, V42Bis
  99.  
  100.   The BBS is located in New Jersey, USA and is available 24 Hours a day.
  101.  
  102. ╒════════════════════════════════════════════════════════════════════════════╕
  103. │                                Miscellaneous                               │
  104. ╘════════════════════════════════════════════════════════════════════════════╛
  105.  
  106.   If you find the program useful, I would appreciate an email message...
  107.  
  108.   The latest version of FGEM will always be available as 'FGEM' from
  109. 1:107/330 or ftp from ftp.digex.net in /pub/cnj/jhm.
  110.  
  111.