home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SX503M1.ZIP / BBSTOOLS.ZIP / SXMENU.CTL < prev    next >
Text File  |  1993-10-26  |  1KB  |  31 lines

  1. %  Silver Xpress Multi-purpose Custom Menu For Maximus
  2. %
  3. %  Adding the custom Xpress menu to your OPUS menus
  4. %
  5. %  1) Add the following menu line to your existing MAIN MENU.
  6. %
  7.       Display_Menu    XPRESS                 Disgrace "Xpress Mail"
  8. %
  9. %  2) Add the following CUSTOM MENU to you menu system
  10. %  3) Recompile your BBS control SILT
  11. %
  12. %
  13. % NOTE: PCBOARD and MAX are the only two BBSes which can take advantage of
  14. % flex commands passed from the BBS command paramters.  To take advantage
  15. % of it you must hard code the XPFLEX.BAT with task, comport information.
  16. % the %R is used here to pass the BBS command parameters the user types.
  17.  
  18. Menu XPRESS
  19.         Title           XPRESS
  20.         HeaderFile      Misc\SXMHDR
  21.         Xtern_Dos       XPRESS.BAT_-T%k_%L       Disgrace  "Interactive"
  22.         Xtern_Dos       XPRESS.BAT_-T%k_%L_-DAP  Disgrace  "Download (Auto)"
  23.         Xtern_Dos       XPRESS.BAT_-T%k_%L_-U    Disgrace  "Upload (Auto)"
  24.         Xtern_Dos       XPFLEX.BAT_%R            Disgrace  "Flex Commands"
  25.         Display_Menu    Main                     Twit      "Main menu"
  26.         Goodbye                                  Twit      "Goodbye (log off)"
  27.         Display_File    Misc\SXHELP              Disgrace  "?help"
  28.   NoDsp Display_Menu    Main                     Twit      "|"
  29. End Menu
  30.  
  31.