home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fmgrp050.zip / Readme.now < prev   
Text File  |  1995-08-21  |  4KB  |  130 lines

  1.  
  2. FMgroup 0.50ß are little programs written in REXX to make file and
  3. message areas in AdeptXBBS possible. 
  4.  
  5. Place the next files in the correct Directories.
  6.  
  7.  FgroupA.Erx    in \Adept\Menus
  8.  FgroupG.Erx    in \Adept\Menus
  9.  MgroupA.Erx    in \Adept\Menus
  10.  MgroupG.Erx    in \Adept\Menus
  11.  FMgroup.Cfg    in \Adept\Menus
  12.  
  13.  File_Groups    in \Adept\System
  14.  Message_Groups in \Adept\System
  15.  
  16.  Filegrps.asc   in \Adept\Text
  17.  Messgrps.asc   in \Adept\Text
  18.  
  19. Filegroups file :
  20.  
  21. Areanumber      Begin at Column 1  length 4 
  22. Securitylevel   Begin at Column 6  lenght 3
  23. Description     Begin at Column 10 length 39
  24. Group           Begin at Column 40 and max. 10 GROUPNAMES. The delimiter is
  25.                 is a ',' (Comma) the last group must be ended by a comma.
  26.  
  27. Example File_Groups file 
  28. -------------------------------------------------------------------------------
  29. 33   5   OS/2 Administations                     OS2,
  30. 50   100 Arcades games                           GAMES,
  31. 51   5   Windows 3 games                         GAMES,Windows,
  32. -------------------------------------------------------------------------------
  33.  
  34. Messagegroups file :
  35.  
  36. Areanumber      Begin at Column 1  length 4 
  37. Securitylevel   Begin at Column 6  lenght 3
  38. Description     Begin at Column 10 length 39
  39. Group           Begin at Column 40 and max. 10 GROUPNAMES. The delimiter is
  40.                 is a ',' (Comma) the last group must be ended by a comma.
  41.  
  42. Example Message_Groups file 
  43. -------------------------------------------------------------------------------
  44. 1    100 Netmail                                 LOC,
  45. 2    5   Lokale area                             LOC,
  46. 3    5   AdeptXBBS Software support    [ENG]     Fido,BBS,
  47. 10   5   Allfix                        [NED]     Fido,
  48. 11   5   Alles over Bier               [NED]     Fido,
  49. -------------------------------------------------------------------------------
  50.  
  51. FMgroup config file :
  52.  
  53. The are a couple of keywords wich you must mention in the FMgroup 
  54. config file. 
  55.  
  56. Keywords :
  57.  
  58.    FDRIVE  C:   The driveletter including the ":" 
  59.    MDRIVE  C: 
  60.  
  61.    FSCREEN FileGrps.Asc   (The screen to display for the Filegroups)
  62.    MSCREEN MessGrps.Asc   (And the Messagegroups)
  63.  
  64. /* And here are the Filegroups               */
  65. /* Number 1 is Filegroup DON                 */
  66. /*                                           */
  67. /*         +--------- is groupnumber in screen  */
  68. /*         |    +----- Groupname in File_Groups */
  69. /*         v    v                               */
  70.  
  71.    FGROUP  1  DON
  72.    FGROUP  2  DOS
  73.    FGROUP  3  ALL 
  74.  
  75. /* And here are the Messagegroups               */
  76. /* Number 1 is Messagegroup FIDO                */
  77. /*                                              */
  78. /*         +--------- is groupnumber in screen     */
  79. /*         |    +----- Groupname in Message_Groups */
  80. /*         v    v                                  */
  81.  
  82.     MGROUP  1  LOC 
  83.     MGROUP  2  Fido
  84.     MGROUP  3  ALL
  85.  
  86.  
  87. The verb 'ALL' as a group gives all the areas in the File_group and
  88. Message_group configfiles
  89.  
  90.  
  91. Example to call ERX file from REXX menu structure :
  92.  
  93.  
  94.         WHEN (key=65) | (key=97)                   /* =A or a */
  95.           Then Call AdeptChainRexx "FGroupA.Erx", Line  
  96.  
  97.         WHEN (key=71) | (key=103)                  /* =G or g */
  98.           Then Do
  99.                Call AdeptChainRexx "FGroupG.Erx", Line  
  100.                Call AdeptChainRexx "FGroupA.Erx", Line  
  101.                End
  102.  
  103.  
  104. Where to Reach Me ;-)
  105.  
  106.      FMgroup is cardware, if you use these programs send a postcard from
  107.      your town to the following adress :
  108.  
  109.      John van Eck
  110.      Kwikstaartpad 8
  111.      3403 ZH IJsselstein
  112.      Holland, Europe
  113.  
  114.      The lastest version if freqable at 2:281/720.0 with 
  115.      magicname 'FMGROUP' or at the FTP site 199.227.57.1    
  116.  
  117.      Comments, bug report, suggestion, etc can be forwarded to 
  118.      the following locations :
  119.  
  120.      via Bulletin Board System:
  121.  
  122.      Superior by Design BBS  31-3408-71529
  123.          after 1-Oct-1995    31-30-6871529
  124.  
  125.      2:281/720.0@FidoNet   81:431/56.0@OS2net   55:66/1600.0@Adeptnet
  126.  
  127.      via the internet:                                                        
  128.                                                                              
  129.      JohnE@Worldaccess.nl
  130.