home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MXP001.ZIP / MXP.CTL < prev    next >
Text File  |  1990-12-03  |  4KB  |  101 lines

  1. ; Sample MX.CTL
  2. ;
  3. ; Key Words:
  4. ; ----------
  5. ;
  6. ;       Lastuser_Path
  7. ;                       This tells MX where to find your 'lastus??.bbs'
  8. ;                       files. The 'lastus??.bbs' files are written out
  9. ;                       by Maximus each time an external program is
  10. ;                       called from within Maximus.
  11. ;
  12. ;                       MX make use of these files to find out the
  13. ;                       callers' names, time remaining etc.
  14. ;
  15. ;       Export_Path
  16. ;                       This tells MX where to put its exported message
  17. ;                       text file.
  18. ;
  19. ;
  20. ;       MSG_Limit priv n
  21. ;
  22. ;                       This option defines the MAXIMUM number of
  23. ;                       messages that MX is to export for each class of
  24. ;                       callers. See examples below.
  25. ;
  26. ;       PACKER ext cmd : Desc
  27. ;
  28. ;                       This option defines the type of file compressor that
  29. ;                       you'll be supporting on your MX system.
  30. ;
  31. ;                       You may define upto 5 packers for use with MX. The
  32. ;                       first one defined would be used as the default.
  33. ;
  34. ;                       ext    defines what file name extention to use
  35. ;                              for this archiver.
  36. ;
  37. ;                       cmd    the hotkey used to activate this option.
  38. ;
  39. ;                       Desc   defines what MX should display on the archiver
  40. ;                              preference menu.
  41. ;
  42. ;                              Note:
  43. ;                              -----
  44. ;                              Where cmd is 'N', NO compression would be
  45. ;                              applied.
  46. ;
  47. ;       PROTOCOL cmd : Desc
  48. ;
  49. ;                       This option defines the type of file transfer
  50. ;                       protocols that you'll be  supporting on your
  51. ;                       MX system.
  52. ;
  53. ;                       You may define upto 10 external protocols. The first
  54. ;                       one defined would be used as the default.
  55. ;
  56. ;                       cmd    the hotkey used to activate this option.
  57. ;
  58. ;                       Desc   defines what MX should display on the
  59. ;                              protocol selection menu
  60. ;
  61. ;
  62. ;
  63. ;
  64.   LASTUSER_PATH    E:\MAX\
  65.   EXPORT_PATH      E:\MAX\MX\DLOAD\
  66.  
  67. ; Limit Keyword   Priv Level  Upper Limit
  68. ; -------------   ----------  -----------
  69.  
  70.   MSG_Limit       Twit        100
  71.   MSG_Limit       Disgrace    100
  72.   MSG_Limit       Limited     100
  73.   MSG_Limit       Normal      500
  74.   MSG_Limit       Worthy      600
  75.   MSG_Limit       Privil      600
  76.   MSG_Limit       Favored     600
  77.   MSG_Limit       Extra       600
  78.   MSG_Limit       Clerk       600
  79.   MSG_Limit       AsstSysop   800
  80.   MSG_Limit      Sysop      1000
  81.  
  82. ;
  83. ; Packer keyword    Archive Extension    Hoykey        Description on menu
  84. ; --------------    -----------------    ------        -------------------
  85. ;
  86.   PACKER            ARC                  A           : Arc   v6.0
  87.   PACKER            ZIP                  Z           : PKzip v1.01
  88.   PACKER        LZH          L         : Lharc
  89.   PACKER            TXT                  N           : No Compression
  90. ;
  91. ;
  92. ; Protocol keyword    Hotkey    Description on menu
  93. ; ----------------    ------    -------------------
  94.   PROTOCOL            X       : Xmodem
  95.   PROTOCOL            Y       : Ymodem
  96.   PROTOCOL            G       : Ymodem/G
  97.   PROTOCOL            1       : Xmodem1K
  98.   PROTOCOL            Z       : Zmodem
  99. ;
  100. ;
  101.