home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / SX501P1.ZIP / XPSYS.ZIP / XPMENU.CTL < prev    next >
Text File  |  1993-12-07  |  25KB  |  653 lines

  1. ;----------------------------------------------------------------------
  2. ; (c) copyright 1993 Santronics Software
  3. ; All Rights Reserved World Wide
  4. ; Version 5.00
  5. ;----------------------------------------------------------------------
  6. ; THIS XPMENU.CTL WORKS FOR VERSION 5.0x OF XPMAIL.EXE ONLY. THE OLDER
  7. ; 3.0x or 4.0x XPMENU.CTL FORMAT WILL NOT WORK WITH VERSION 5.0x.
  8. ;----------------------------------------------------------------------
  9. ;
  10. ; Silver Xpress Menu System is a dynamic menu system.  You can define upto
  11. ; 20 different menus with each menu having 20 different items. Since Silver
  12. ; Xpress is a very sophiscated application, it has alot of options users
  13. ; can use.  All the options are security based (Xpress security).  This
  14. ; default menus and options defined here will give your user the MOST of
  15. ; Silver Xpress. It is also setup for the SYSOP to have some other sysop
  16. ; only options. Pay attention to the security values.
  17. ;
  18. ;----------------------------------------------------------------------
  19.  
  20. ; Defining the top menu and configuration menu.
  21. ; There are two special menus Xpress looks for:
  22. ;
  23. ;    TopMenuName        REQUIRED  - Top Level Menu
  24. ;    ConfigMenuName     OPTIONAL  - Displayed to first time user
  25. ;
  26. ; TopMenuName     This menu will be the FIRST MENU DISPLAY to the user
  27. ;                 every time he enters Silver Xpress. The only exception
  28. ;                 is if the user is a FIRST TIME USER and ConfigMenuName
  29. ;                 keyword is defined.
  30. ;
  31. ; ConfigMenuName  If defined, this is the menu which will be shown the
  32. ;                 first time the user enters Silver Xpress. This allows
  33. ;                 Xpress to present Xpress configuration options first.
  34. ;                 If this keyword is not defined, no configuration menu
  35. ;                 will be showned and the user will be taken to the top
  36. ;                 menu.
  37.  
  38. TopMenuName  MAIN
  39. ConfigMenuName CONFIG
  40.  
  41. ;----------------------------------------------------------------------
  42. ; Defining macros for the menus
  43. ;
  44. ; Xpress 5.0x has a new macro system which allows you to add tremendous
  45. ; power to Silver Xpress (like it needed any more <grin>).  As you will
  46. ; see below, each menu items you define use action codes (tags). You
  47. ; can basically STACK this action codes into macros and then use the
  48. ; macros for your menu items.  To offer macros, create a MACRO block.
  49. ;
  50. ;    MACRO
  51. ;       <MacroName> <Security> <keystrokes> [description]
  52. ;       .
  53. ;       .
  54. ;    ENDMACRO
  55. ;
  56. ;    MacroName       This is the name of the macro that you can use with
  57. ;                    the _MACRO action code.
  58. ;    Security        The Xpress user security required to access this macro
  59. ;    Keystrokes      Keystrokes that are used for this macro.
  60. ;    Description     Optional description beginning with double quote.
  61. ;
  62.  
  63. MACRO
  64.  LIST       0     @174             "List all available macros
  65.  SCANOPX    0     @153@107         "Scan and pack an OPX mail Packet
  66.  SCANQWK    0     @154@107         "Scan and pack a QWK mail Packet
  67.  ANSI       0     @119@122         "Set ansi and novice menu level
  68.  BYE        0     @131             "Exit Xpress
  69.  DEFAULT    0     @111Z@112Z@153   "Set ZModem, ZIP and OPX mode
  70.  ARCH       0     @112             "Select an archiver
  71.  XFER       0     @111             "Select a protocol
  72.  RIPON      0     @175             "Turn off RIP graphics
  73.  RIPOFF     0     @176             "Turn ON RIP Graphics
  74.  MAIN       0     @135             "Return to main menu
  75.  DL         200   @105             "Download file (SYSOP command)
  76.  KEYWORD    0     @114             "Edit Keywords
  77.  DOS        40000 @104             "Shell to Dos"
  78. ENDMACRO
  79.  
  80. ; The following keywords defined the POWER and MACRO keys the user
  81. ; can use at the menus. It is highly recommended that you don't change
  82. ; them unless there was a real need. Note: Any ascii character can be
  83. ; used except ';' (semi-colon) and '|' (vertical bar);
  84.  
  85. ; Power Char is used with a action code number, i,e,. @112 where 112 is
  86. ; the action code.  Macro Char is used with a macro command, i.e., \ANSI
  87.  
  88. POWERCHAR @
  89. MACROCHAR \
  90.  
  91. ; The ACTION CODE list allows you to define the security for each available
  92. ; command in Xpress.  The security only works within the MACRO or POWER
  93. ; command system, not in the menus. In other words, if you use a _DNLDFILE
  94. ; option in one of the menus, the menu option security overrides the action
  95. ; code security.  The action code security is used when the user attempts
  96. ; to use a macro or power command from any menu level, i.e., \DL
  97.  
  98. ACTIONCODE
  99.  _USRLIST         0
  100.  _RUSRLIST        0
  101.  _LOG             0
  102.  _SHELL           40000
  103.  _DNLDFILE        200
  104.  _UPLDFILE        0
  105.  _DNLDMAIL        0
  106.  _UPLDMAIL        0
  107.  _USERLOG         0
  108.  _SELECT          0
  109.  _XFERTYPE        0
  110.  _ARCHTYPE        0
  111.  _BULLETINS       0
  112.  _KEYWORDS        0
  113.  _OWNMAIL         0
  114.  _GRPMAIL         0
  115.  _LASTDATE        0
  116.  _RESTORELR       0
  117.  _COLOR           0
  118.  _HOTKEY          0
  119.  _IBMCHAR         0
  120.  _NOVICE          0
  121.  _VETERAN         0
  122.  _GXPRESS         0
  123.  _RPASSWORD       0
  124.  _DPASSWORD       0
  125.  _VACSAVER        0
  126.  _FILESCAN        0
  127.  _FILEDATE        0
  128.  _DELXAM          0
  129.  _QUIT            0
  130.  _HELP            0
  131.  _RETURN          0
  132.  _GOODBYE         0
  133.  _TOPMENU         0
  134.  _NORIP           0
  135.  _AUTOSTART       0
  136.  _SYSPARM         0
  137.  _CHAT            200
  138.  _DISPLAY         0
  139.  _VACPAC          0
  140.  _DISPVER         0
  141.  _DNLDUPD         0
  142.  _SAVEINFO        0
  143.  _AVATAR          0
  144.  _TTYMODE         0
  145.  _PKTOPX          0
  146.  _PKTQWK          0
  147.  _PKTTEXT         0
  148.  _QWKSTRIPK       0
  149.  _QWKCAPHDR       0
  150.  _QWKNDX          0
  151.  _SENDXFILES      0
  152.  _SELAREAS        0
  153.  _PKTCOUNT        0
  154.  _CHANGELR        0
  155.  _GOSUB           0
  156.  _USEFLEXASST     0
  157.  _SHOWMAILONLY    0
  158.  _QWKWWRAP        0
  159.  _TOSSDUMP        0
  160.  _XNLIST1         0
  161.  _XNLIST2         0
  162.  _MACRO           0
  163.  _MACROLIST       0
  164.  _RIPON           0
  165.  _RIPOFF          0
  166.  _RULESEARCH      0
  167.  _SRCHTEXT        0
  168.  _REPRECEIPT      0
  169. ENDACTION
  170.  
  171. ;----------------------------------------------------------------------
  172. ; Defining a Menu to Present to the user.
  173. ;
  174. ; Each Menu is defined using the MENU and ENDMENU block keywords.
  175. ;
  176. ;           MENU MenuName Security
  177. ;             ITEMCOLOR  <hotkey color> <option color>
  178. ;             ITEM  <security> <actiontag [optional data]> <description>
  179. ;             ITEM ......
  180. ;             ITEM ......
  181. ;           ENDMENU
  182. ;
  183. ;    MenuName        The name of the menu. You can use this name in you
  184. ;                    _GOSUB menu action codes.
  185. ;    Security        The Xpress user security required to access this menu.
  186. ;
  187. ; Each ITEM has the following format:
  188. ;
  189. ;    ITEM  <security> <actiontag [optional data]> <description>
  190. ;
  191. ;    Security        The Xpress user security to access this item
  192. ;    ActionTag       Action to be taken. See doc for available action tags.
  193. ;                    Some action tags required optional data.
  194. ;                    _DISPLAY <filename>
  195. ;                    _DNLDFILE <filename or ? for prompt>
  196. ;                    _UPLDFILE <filename or ? for prompt>
  197. ;                    _GOSUB    <Name of Menu to link>
  198. ;                    _MACRO    <macro name in macro block>
  199. ;    description     This is the description the user sees in the menu.
  200. ;                    The hot key for this item must be surrounded by carets.
  201. ;                    If you precede the description with a quote character,
  202. ;                    no leading spaces will be removed. If you end the line
  203. ;                    a semi-colon, then no carriage return and linefeed will
  204. ;                    be added. The semi-colon is good for creating 2 column
  205. ;                    menus.
  206. ;
  207. ;                    If the description has any of the % parameters, a
  208. ;                    substition will be made.
  209. ;
  210. ;                      %sa   - # of selected areas
  211. ;                      %tm   - file transfer protocol
  212. ;                      %cm   - compression method
  213. ;                      %gb   - general bulletins
  214. ; obselete             %kw   - total keywords
  215. ;                      %ro   - receive own mail
  216. ;                      %rg   - receive group mail
  217. ;                      %ld   - last usage date
  218. ;                      %ag   - Color Graphics (Ansi)
  219. ;                      %av   - Avatar Graphics
  220. ;                      %hk   - Menu Hot Keys
  221. ;                      %ic   - IBM Characters
  222. ;                      %nm   - Novice Menu Mode
  223. ;                      %xm   - Veteran Menu Mode
  224. ;                      %gx   - Gold Xpress Menu Mode
  225. ;                      %vs   - Vacation saver
  226. ;                      %fs   - file scan
  227. ;                      %fd   - file scan date
  228. ;                      %pt   - packet type
  229. ;                      %sk   - strip kludges in mail
  230. ;                      %ch   - capitalize header in qwk mail
  231. ;                      %sn   - Do not Send NDX files
  232. ;                      %sx   - Do not send QWK/X files
  233. ;                      %so   - send selected areas only
  234. ;                      %hr   - HMS (QBBS/RA) last read value
  235. ;                      %pc   - Use Packet Counter
  236. ;                      %fa   - Use flex assistance
  237. ;                      %mo   - Show area with mail only
  238. ;                      %ww   - Perform Word Wrapping for QWK
  239. ;                      %nr   - NO Rip Graphics
  240. ;                      %nl1  - Xpress nodelist 1
  241. ;                      %nl2  - Xpress nodelist 2
  242. ;                      %as   - Auto Start Xpress
  243. ;                      %sb   - search body of text
  244. ;                      %rr   - send reply receipt
  245. ;
  246. ;----------------------------------------------------------------------
  247. ;
  248. ; A menu block must begin with a MENU command, the first parameter is the
  249. ; menu name and the optional second parameter is the Xpress Security
  250. ; value. If no security is define, then it becomes 0 and all users will
  251. ; see this menu.
  252.  
  253.  
  254. MENU MAIN
  255.  
  256. ; This is the prompt shown to the user when he has Gold Xpress mode enabled.
  257. ; These are usually short keywords which a smart comm program can pick up
  258. ; to display off-loaded menus.
  259.  
  260.   GXPROMPT  SX_MAIN>
  261. ;
  262. ; NTITLE is the title shown during novice mode, VTITLE is the title shown
  263. ; during veteran (expert) mode, and RTITLE is use during RIP mode. NTITLE
  264. ; is commented out because the title is display using JUNK menu items. See
  265. ; below.
  266. ;
  267. ; NTITLE    YELLOW Silver Xpress Main Menu
  268.   VTITLE    YELLOW Main Menu
  269.   RIPTITLE  Silver Xpress Main Menu
  270. ;
  271. ;
  272. ; name of help file
  273. ; (also name of optional menu ansi file shown, x.ANS or x.TXT or x.RIP)
  274. ;
  275.   HELP      main
  276. ;
  277. ; Menu items. In this example, the NTITLE is commented out and menuitems are
  278. ; used to draw a TITLE HEADER for the menu.  The _JUNK xpress menu token is
  279. ; used to tell Xpress the menu option is meaningless.
  280. ;
  281.   ITEMCOLOR YELLOW WHITE
  282.   MENUITEM  0 _JUNK     '┌─────────────────────────────────────────────────────────────┐'
  283.   MENUITEM  0 _JUNK     '│                   ^Silver Xpress Main Menu^                   │'
  284.   MENUITEM  0 _JUNK     '└─────────────────────────────────────────────────────────────┘'
  285.   ITEMCOLOR YELLOW CYAN
  286.  
  287.   MENUITEM  0  _GOSUB SYSOP   ' [^#^]..System Information        ;
  288.   RIP # Sysop Options
  289.   MENUITEM  0  _GOSUB CONFIG  '  [^C^]..Configuration
  290.   RIP Configuration
  291.   MENUITEM  0 _DISPLAY  DLRDR ' [^R^]..Download Xpress Reader    ;
  292.   RIP Download Xpress Reader
  293.   MENUITEM  0 _GOSUB ASSIST   '  [^X^]..Xpress Assistant
  294.   RIP Xpress Assistant
  295.   MENUITEM
  296.   MENUITEM  0 _MACRO SCANOPX  ' [^D^]..Scan/Download OPX Packet  ;
  297.   RIP Scan/Download OPX Packet (Xpress Reader Only)
  298.   MENUITEM  0 _MACRO SCANQWK  '  [^K^]..Scan/Download QWK Packet
  299.   RIP Scan/Download QWK Packet
  300.   MENUITEM  0 _UPLDMAIL       ' [^U^]..Upload Your Mail          ;
  301.   RIP Upload Your Mail
  302.   MENUITEM  0 _VACPAC         '  [^V^]..Check Vacation Mail
  303.   RIP Check Vacation Mail
  304.   MENUITEM  0 _USERLOG        ' [^L^]..Personal Log              ;
  305.   RIP See Personal Log
  306.   MENUITEM  0 _HELP           '  [^?^]..Show help
  307.   RIP ? HELP
  308.   MENUITEM  0 _QUIT           ' [^Q^]..Return to Main System     ;
  309.   RIP QUIT
  310. ;
  311. ; if you do not want to have a goodbye option, then comment out the
  312. ; goodbye option. If do you comment it out, uncomment the _JUNK MENUITEM
  313. ; below it.
  314. ;
  315.   MENUITEM  0 _GOODBYE        '  [^G^]..GoodBye (Logoff)
  316.   RIP GoodBye
  317. ; MENUITEM
  318.   ITEMCOLOR WHITE WHITE
  319.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────────────'
  320. ;
  321. ; Normally, the menu system will allow a carriage return to go to previous menu.
  322. ; It will normally use the LAST hotkey defined. Since the last menuitem is not
  323. ; a normal option, RETURNKEY is used to define the key that will be used
  324. ; when carriage return is hit.
  325. ;
  326.   RETURNKEY Q
  327. ;
  328. ; This is the line shown during veteran mode
  329. ;
  330.    VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  331. ;
  332. ; This is the prompt shown to users. Highlight color, normal color,
  333. ; and the prompt color is the order of the format. Only two substitutions
  334. ; can be made, %tr time remaining, %fn user's first name.
  335. ;
  336.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  337. ENDMENU
  338.  
  339. ;
  340. ; configuration menu.
  341. ;
  342.  
  343. MENU CONFIG
  344.   GXPROMPT  SX_CFG>
  345.   VTITLE    WHITE Configuration Menu
  346.   RIPTITLE  Silver Xpress Configuration Menu
  347.   HELP      config
  348.   ITEM COLOR 63 WHITE
  349.   MENUITEM  0 _JUNK      '──────────────────^ Configuration Menu ^───────────────'
  350.   ITEMCOLOR YELLOW CYAN
  351.   MENUITEM  0 _SELECT     ' [^S^]....Select Mail Areas,   - %sa selected
  352.   RIP Select Mail Areas
  353.   MENUITEM  0 _XFERTYPE   ' [^F^]....File Transfer Method - %tm
  354.   RIP File Transfer Method
  355.   MENUITEM  0 _ARCHTYPE   ' [^A^]....Archiver Method      - %cm
  356.   RIP Archiver Method
  357.   MENUITEM
  358.   MENUITEM  0 _GOSUB MAILOPTS  ' [^M^]....Mail Options
  359.   RIP Mail Options
  360.   MENUITEM  0 _GOSUB SERVICES  ' [^X^]....Xpress Services
  361.   RIP Xpress Services
  362.   MENUITEM  0 _GOSUB TERMINAL  ' [^T^]....Terminal Options
  363.   RIP Terminal Options
  364.   MENUITEM  0 _SAVEINFO   ' [^C^]....Save Current Configuration
  365.   RIP Save Configuration
  366.   MENUITEM  0 _HELP       ' [^?^]....Show help
  367.   RIP ? HELP
  368.   MENUITEM  0 _RETURN     ' [^Q^]....Return to Main Menu
  369.   RIP Quit
  370.   ITEMCOLOR WHITE WHITE
  371.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  372.   RETURNKEY Q
  373.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  374.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  375. ENDMENU
  376.  
  377. ;
  378. ; mail options
  379. ;
  380.  
  381. MENU MAILOPTS
  382.   GXPROMPT  SX_MOPT>
  383.   VTITLE    WHITE Mail Options
  384.   RIPTITLE  Mail Options
  385.   HELP      moptions
  386.   ITEM COLOR 63 WHITE
  387.   MENUITEM  0 _JUNK         '─────────────────────^ Mail Options ^──────────────────'
  388.   ITEMCOLOR YELLOW CYAN
  389.   MENUITEM  0 _KEYWORDS      ' [^K^]....Define Search Rules (Keywords)
  390.   RIP Define Keywords
  391.   MENUITEM  0 _SRCHTEXT      ' [^B^]....Search Message Body w/ Keywords - ^%sb^
  392.   RIP Search Message Body
  393.   MENUITEM  0 _OWNMAIL       ' [^Y^]....Receive Your Own Mail           - ^%ro^
  394.   RIP Receive Your OWN Mail
  395.   MENUITEM  0 _GRPMAIL       ' [^G^]....Receive Group Mail              - ^%rg^
  396.   RIP Receive Group Mail
  397.   MENUITEM  0 _GOSUB PACKET  ' [^P^]....Choose Mail Packet Format       - ^%pt^ format
  398.   RIP Choose Packet Format
  399.   MENUITEM  0 _PKTCOUNT      ' [^C^]....Use Packet Extension Counter    - ^%pc^
  400.   RIP Use Packet Extension
  401.   MENUITEM  0 _SELAREAS      ' [^S^]....Send Selected Areas Only        - ^%so^
  402.   RIP Send Selected
  403.   MENUITEM  0 _USEFLEXASST   ' [^F^]....Use Flex Assistant at Mail Scan - ^%fa^
  404.   RIP Flex Assistant
  405.   MENUITEM  0 _SHOWMAILONLY  ' [^O^]....Show Areas with Mail Only       - ^%mo^
  406.   RIP Show Areas With Mail
  407.   MENUITEM  0
  408.   MENUITEM  0 _LASTDATE      ' [^D^]....Change Mail Pointers By Date
  409.   RIP Change Pointers by Date
  410.   MENUITEM  0 _CHANGELR      ' [^N^]....Change Mail Pointers By Number
  411.   RIP Change Pointers by Number
  412.   MENUITEM  0 _RESTORELR     ' [^R^]....Restore Entry Mail Pointers
  413.   RIP Restore Enter Pointers
  414.   MENUITEM  0 _HELP          ' [^?^]....Show help
  415.   RIP ? HELP
  416.   MENUITEM  0 _TOPMENU       ' [^/^]....Main Menu
  417.   RIP / (Main)
  418.   MENUITEM  0 _RETURN        ' [^Q^]....Return to Previous Menu
  419.   RIP Quit
  420.   ITEMCOLOR WHITE WHITE
  421.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  422.   RETURNKEY Q
  423.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  424.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  425. ENDMENU
  426.  
  427. ;
  428. ; terminal options
  429. ;
  430. MENU TERMINAL
  431.   GXPROMPT  SX_TOPT>
  432.   VTITLE     WHITE Terminal Options
  433.   RIPTITLE   Terminal Options
  434.   HELP      terminal
  435.   ITEM COLOR 63 WHITE
  436.   MENUITEM  0 _JUNK      '─────────────────^ Terminal Options ^ ─────────────────'
  437.   ITEMCOLOR YELLOW CYAN
  438.   MENUITEM  0 _COLOR      ' [^C^]....Ansi Color              - %ag
  439.   RIP Use Ansi (Color)
  440.   MENUITEM  0 _TTYMODE    ' [^T^]....TTY (No Color)          - %at
  441.   RIP Use TTY
  442.   MENUITEM  0 _AVATAR     ' [^A^]....Avatar Graphics         - %av
  443.   RIP Use Avatar
  444.   MENUITEM  0 _HOTKEY     ' [^H^]....Menu Hot Keys           - %hk
  445.   RIP Use Menu Hot Keys
  446.   MENUITEM  0 _IBMCHAR    ' [^I^]....IBM Characters          - %ic
  447.   RIP Use IBM Characters
  448.   MENUITEM  0 _NOVICE     ' [^N^]....Novice Menu Mode        - %nm
  449.   RIP Novice Menu Mode
  450.   MENUITEM  0 _VETERAN    ' [^V^]....Veteran Menu Mode       - %xm
  451.   RIP Veteran Menu Mode
  452.   MENUITEM  0 _GXPRESS    ' [^X^]....Gold Xpress Menu Mode   - %gx
  453.   RIP Gold Xpress Menu Mode
  454.   MENUITEM  0 _NORIP      ' [^G^]....Skip RIP Graphics       - %nr
  455.   RIP Skip RIP Graphics
  456.   MENUITEM  0
  457.   MENUITEM  0 _HELP       ' [^?^]....Show help               ;
  458.   RIP ? HELP
  459.   MENUITEM  0 _TOPMENU    '  [^/^]....Main Menu
  460.   RIP / (Main)
  461.   MENUITEM  0 _RETURN     ' [^Q^]....Return Previous Menu
  462.   RIP Quit
  463.   ITEMCOLOR WHITE WHITE
  464.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  465.   RETURNKEY Q
  466.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  467.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  468. ENDMENU
  469.  
  470. ;
  471. ; services menu
  472. ;
  473.  
  474. MENU SERVICES
  475.   GXPROMPT  SX_SERV>
  476.   VTITLE     WHITE Xpress Service Menu
  477.   RIPTITLE  Silver Xpress Services Menu
  478.   HELP      services
  479.   ITEMCOLOR 63 WHITE
  480.   MENUITEM  0 _JUNK      '──────────────^ Xpress Service Options ^───────────────'
  481.   ITEMCOLOR YELLOW CYAN
  482.   MENUITEM  0 _VACSAVER   ' [^V^]....Xpress Vacation Saver    - %vs
  483.   RIP Xpress Vacation Saver
  484.   MENUITEM  0 _FILESCAN   ' [^F^]....Scan for New Files       - %fs
  485.   RIP Scan for New Files
  486.   MENUITEM  0 _FILEDATE   ' [^C^]....Change File Scan Date    - %fd
  487.   RIP Change File Scan Date
  488.   MENUITEM  0 _BULLETINS  ' [^B^]....Receive Bulletins        - %gb
  489.   RIP Send Bulletins
  490.   MENUITEM  0 _AUTOSTART  ' [^A^]....Auto Start Xpress        - %as
  491.   RIP Auto Start Xpress
  492.   MENUITEM  0 _REPRECEIPT ' [^S^]....Send REPLY Receipt       - %rr
  493.   RIP Send Reply Receipt
  494.   MENUITEM  0 _DELXAM     ' [^E^]....Erase Mail Recording
  495.   RIP Erase Mail Recording
  496.   MENUITEM  0 _RPASSWORD  ' [^R^]....Reader Password
  497.   RIP Set Reader Password
  498.   MENUITEM  0 _DPASSWORD  ' [^D^]....Door Password
  499.   RIP Set Door Password
  500.   MENUITEM  0 _HELP       ' [^?^]....Show help
  501.   RIP ? HELP
  502.   MENUITEM  0 _TOPMENU    ' [^/^]....Main Menu
  503.   RIP / (Main)
  504.   MENUITEM  0 _RETURN     ' [^Q^]....Return to Previous Menu
  505.   RIP Quit
  506.   ITEMCOLOR WHITE WHITE
  507.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  508.   RETURNKEY Q
  509.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  510.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  511. ENDMENU
  512.  
  513. ;
  514. ; sysop menu, only the Xpress sysop can use the action codes in this
  515. ; menu. It doesn't matter if you moved them to another menu.
  516. ;
  517.  
  518. MENU SYSOP 0
  519.   GXPROMPT  SX_SYS>
  520.   VTITLE     YELLOW System Information
  521.   RIPTITLE   Xpress Sysop Menu
  522.   HELP      sysop
  523.   ITEMCOLOR 63 WHITE
  524.   MENUITEM  0   _JUNK         '─────────────────^ System Information ^────────────────'
  525.   ITEMCOLOR YELLOW CYAN
  526.   MENUITEM   0  _USRLIST      ' [^1^] See User List
  527.   RIP 1-Xpress User List
  528.   MENUITEM   0  _RUSRLIST     ' [^2^] See Registered User List
  529.   RIP 2-Registered Users
  530.   MENUITEM  200 _DNLDFILE  ?  ' [^3^] Download File
  531.   RIP 3-Download a File
  532.   MENUITEM  200 _UPLDFILE  ?  ' [^4^] Upload File.
  533.   RIP 4-Upload a File
  534.   MENUITEM  10  _SYSPARM      ' [^5^] Xpress Variables
  535.   RIP 5-Xpress Variables
  536.   MENUITEM  200 _LOG          ' [^6^] See Xpress Log
  537.   RIP 6-Xpress Log
  538.   MENUITEM  200 _SHELL        ' [^7^] Shell to DOS
  539.   RIP 7-Shell to DOS
  540.   MENUITEM  200 _CHAT         ' [^8^] Remote Activated Chat
  541.   RIP 8-Chat Window
  542.   MENUITEM  200 _TOSSDUMP     ' [^9^] Toss Mail in Dump Area
  543.   RIP 9-Toss Dump Mail
  544.   MENUITEM  0   _MACROLIST    ' [^L^] List Available Macros
  545.   RIP L-List Macros
  546.   MENUITEM  0   _DISPVER      ' [^V^] Display Version Information
  547.   RIP V-Version Information
  548.   MENUITEM  200 _HELP         ' [^?^] Show help
  549.   RIP ? HELP
  550.   MENUITEM   0  _RETURN       ' [^Q^] Return
  551.   RIP Quit
  552.   ITEMCOLOR WHITE WHITE
  553.   MENUITEM   0  _JUNK         '───────────────────────────────────────────────────────'
  554.   RETURNKEY Q
  555.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  556.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  557. ENDMENU
  558.  
  559.  
  560. ;
  561. ; Menu for Xpress Packet Type
  562. ;
  563.  
  564. MENU PACKET
  565.   GXPROMPT  SX_PKT>
  566.   VTITLE    WHITE Mail Packet Type
  567.   RIPTITLE  Mail Packet Type and QWK Options
  568.   HELP      pkttype
  569.   ITEMCOLOR 63 WHITE
  570.   MENUITEM  0 _JUNK      '───────────────────^ Mail Packet Type ^────────────────'
  571.   ITEMCOLOR YELLOW CYAN
  572.   MENUITEM  0 _JUNK        Current Packet Type : ^%pt^
  573.   MENUITEM
  574.   MENUITEM  0 _PKTOPX     ' [^O^]....OPX Silver Xpress Mail Packets
  575.   RIP Create OPX Packets
  576.   MENUITEM  0 _PKTQWK     ' [^K^]....QWK Mail Packets Compatible with QWK Readers
  577.   RIP Create QWK Packets
  578.   MENUITEM  0 _GOSUB QWKOPTS  ' [^M^]....QWK Mail Options
  579.   RIP QWK Mail Options
  580.   MENUITEM
  581.   MENUITEM  0 _HELP       ' [^?^]....Show help
  582.   RIP ? HELP
  583.   MENUITEM  0 _TOPMENU    ' [^/^]....Main Menu
  584.   RIP / (Main)
  585.   MENUITEM  0 _RETURN     ' [^Q^]....Return to Previous Menu
  586.   RIP Quit
  587.   ITEMCOLOR WHITE WHITE
  588.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  589.   RETURNKEY Q
  590.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  591.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  592. ENDMENU
  593.  
  594. ;
  595. ; QWK Menu Options
  596. ;
  597.  
  598. MENU QWKOPTS
  599.   GXPROMPT  SX_QWKOPT>
  600.   VTITLE    WHITE Mail Packet Type
  601.   RIPTITLE  Mail Packet Type
  602.   HELP      qwkopts
  603.   ITEMCOLOR 63 WHITE
  604.   MENUITEM  0 _JUNK      '───────────────────^ QWK Mail Options ^────────────────'
  605.   MENUITEM
  606.   ITEMCOLOR YELLOW CYAN
  607.   MENUITEM  0 _QWKSTRIPK  ' [^K^]....Strip Kludges Lines         %sk
  608.   RIP Send Kludges Lines
  609.   MENUITEM  0 _QWKCAPHDR  ' [^C^]....Capitalize Message Header   %ch
  610.   RIP Capitalize QWK Header
  611.   MENUITEM  0 _QWKNDX     ' [^N^]....Send NDX Index Files        %sn
  612.   RIP Send NDX Index Files
  613.   MENUITEM  0 _QWKWWRAP   ' [^W^]....Perform Word Wrapping       %ww
  614.   RIP Perform Word Wrapping
  615.   MENUITEM  0
  616.   MENUITEM  0 _HELP       ' [^?^]....Show help
  617.   RIP ? HELP
  618.   MENUITEM  0 _TOPMENU    ' [^/^]....Main Menu
  619.   RIP / (Main)
  620.   MENUITEM  0 _RETURN     ' [^Q^]....Return to Previous Menu
  621.   RIP Quit
  622.   ITEMCOLOR WHITE WHITE
  623.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  624.   RETURNKEY Q
  625.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  626.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  627. ENDMENU
  628.  
  629. MENU ASSIST
  630.   GXPROMPT  SX_ASST>
  631.   VTITLE    WHITE Xpress Assistant
  632.   RIPTITLE  Xpress Assistant
  633.   HELP      pkttype
  634.   ITEMCOLOR 63 WHITE
  635.   MENUITEM  0 _JUNK      '───────────────────^ Xpress Assistant ^────────────────'
  636.   MENUITEM
  637.   ITEMCOLOR YELLOW CYAN
  638.   MENUITEM  0 _DISPLAY EXPLAIN ' [^E^]....Explain what a BBS is?
  639.   RIP Explain a BBS
  640.   MENUITEM  0 _DISPLAY ASSIST  ' [^A^]....Explain Xpress with Example
  641.   RIP Xpress Assistant
  642.   MENUITEM  0 _DISPLAY NEWUSER ' [^N^]....New User Information
  643.   RIP New User Information
  644.   MENUITEM  0 _RETURN          ' [^Q^]....Return to Previous Menu
  645.   RIP Quit
  646.   MENUITEM
  647.   ITEMCOLOR WHITE WHITE
  648.   MENUITEM  0 _JUNK      '───────────────────────────────────────────────────────'
  649.   RETURNKEY Q
  650.   VETERAN   YELLOW WHITE Valid Keys: [^%keys^]
  651.   PROMPT    LGREEN WHITE YELLOW [^%tr mins^] %fn Enter Command :
  652. ENDMENU
  653.