home *** CD-ROM | disk | FTP | other *** search
- % ----------------------------------------------------
- % MENUS.CTL -- The menus control file for Maximus-CBCS
- % ----------------------------------------------------
- %
- % This file controls all of the aspects of Maximus' menus; From what and
- % where and how the individual options perform, to how the actual menu
- % looks.
- %
- % Each menu definition is started by a "Menu" keyword. Right after the
- % "Menu" keyword, you should tell Maximus the name of the file which
- % you want to store the menu on disk as, with an extension of
- % <menuname>.Mnu. (The file extension will be added automatically for
- % you.) The only two menus that Maximus itself will call are called "MAIN"
- % and "EDIT" -- the former is called as soon as a user has logged on,
- % and the latter is called whenever the user gets to the menu portion of
- % the BorED or MaxEd editors. Other than those two, you are completely
- % free to name your menus as you wish. Since you define the links
- % between menus, whatever you call your message menu is of no
- % consequence to Maximus. Also, you are completely free to put as many
- % items on as many menus as you want, although it is recommended that
- % you keep the general menu structure the same. You can have up to a
- % maximum of 127 separate menu options on each individual menu.
-
- Menu MAIN
- %
- % This option defines what the name of the menu will look like
- % on-screen, to the user. This doesn't necessarily have to be
- % the same name as you specified above.
-
- Title ÑD┐∩│µ
-
- % This option specifies what you want Maximus to print out before
- % every menu prompt. The default, `MenuHeader None', will display
- % nothing before the prompt. The other menu headers available
- % are:
- %
- % MenuHeader Message: Displays a "Msg.area xx ... Description"
- % status line before each prompt.
- %
- % MenuHeader File: Displays a "File area yy ... Description"
- % status line before each prompt.
- %
- % MenuHeader Change: Displays the user's current settings,
- % which is usually what you'd find at
- % the C)hange Setup menu.
-
- MenuHeader None
-
- % This next option defines a customized *.BBS file to display
- % *instead* of the standard Maximus-generated menu. This file
- % will be displayed to all callers who enter the area or
- % place associated with this menu. This file can contain any
- % of the special embedded codes that you can use in a normal
- % *.BBS file. The default is not to use a custom file, and to
- % have Maximus generate the menu for you. (Maximus also
- % supports a second customized .BBS file for each area, through
- % the `HeaderFile' option. Please see the Maximus Technical
- % Reference Manual for more information.)
-
- % MenuFile Misc\MenuMain
-
- % If you are using the customized .BBS MenuFile, then you must
- % tell Maximus how many lines on your screen that your custom
- % file takes. If this value is not specified, or if it is incorrect,
- % then you will have problems with messages being scrolled off the
- % top of your screen because of your customized menufile.
-
- % MenuLength 15
-
- % This option is also only applicable if you're using a custom
- % *.BBS menufile. As expected, if a user presses a key in the
- % middle of the menu with HOTFLASH turned on, the menu will abort
- % it's display, and jump to the option selected. However, if
- % your *.BBS file has a coloured background, this operation may
- % cause the background to bleed into the rest of the screen. The
- % solution is to specify an AVATAR colour number here, which will
- % be displayed BEFORE printing the key the user selected. Normally,
- % this colour should have the background set to black, or whatever
- % colour your screen normally is. An index of the AVATAR colour
- % codes (and their corresponding colours) can be found in an
- % appendix of the SysOp manual.
-
- % MenuColour 16
-
- % The next section of this menu defines the actual commands usable.
- % The name of the COMMAND to perform is in the left column. This
- % tells Maximus what command to execute when that particular
- % option is picked. Following the command is an optional
- % argument -- some commands need arguments, and others don't.
- % If the argument contains any spaces (such as would a DOS
- % command line), then make sure to replace them with underscores,
- % which will get translated back into spaces when the menu is
- % read back in. Following the option argument is the priv. level
- % needed to access that command. If you wish to "lock" a particular
- % area so it can only be accessed by a user possessing certain
- % keys, then follow the priv. level with a forward slash, followed
- % by the lock numbers which you wish to lock. ie. An
- % option with a priv level of "Disgrace/156" will only be available
- % to users with a priv. of DISGRACE or greater, and only to those
- % users who posess keys one, five and six. Finally, following the
- % priv level, is the actual command as it appears to the user. The
- % FIRST character of the description will be the key that activates
- % that specific command.
-
- % Name of cmd Optional arguments Priv. Command as it
- % to execute for cmd, if any Level appears to user
- % ------------ --------------------- --------- -----------------
-
- Display_Menu Message Twit "M> ½HÑ≤¬A░╚░╧"
- Display_Menu File Twit "F> └╔«╫¬A░╚░╧"
- Display_Menu Change Disgrace "C> ¡╫º∩░╤╝╞"
- % Display_Menu EDTORIAL TWIT "E> »S«φ¬A░╚ (1)"
- % Display_Menu EDTORIA1 TWIT "D> »S«φ¬A░╚ (2)"
-
- % The above three options tell Maximus to chain to a different
- % *.Mnu file, whose name is specified as an argument. Please
- % make sure NOT to include a path before the name of your menu,
- % since Maximus will add that according to the currently-defined
- % menu path.
-
- Goodbye Twit "G> º∩ñ╤ªA¿╙ºa !!"
- Statistics Disgrace "S> ¿╧Ñ╬¬¼¬p"
- Yell Limited "Y> ⌐IÑs»╕¬° "
- Userlist Disgrace "U> ¿╧Ñ╬¬╠¼d┤M"
- Version Disgrace "V> ¬⌐Ñ╗╜s╕╣ "
-
- % The above options are fairly generic, and basically do what
- % they appear to do.
-
- % The following option displays a *.BBS file when it is picked
- % is picked. You can have as many of these custom files as
- % you wish.
-
- Display_File Misc\Bulletin Twit "B> ¡½¼▌ñ╜ºi "
-
- % The next commands are only of use to multi-line systems.
- % PLEASE SEE THE DOCUMENTATION BEFORE ENABLING THESE
- % COMMANDS!
-
- % Who_Is_On Disgrace "W> ¼d╕▀¿ΣÑLÑ╬ñß"
- % Display_Menu Chat Disgrace "/> ╜uñWѵ╜═"
-
- % This tells Maximus that you want to execute an external
- % program, in this case, COMMAND.COM, when the `!' menu option
- % is selected. Other options available are `Xtern_Dos' (which
- % loads COMMAND.COM first -- needed for executing batch files),
- % `Xtern_Chain' (load the to-be-executed program on top of
- % Maximus -- that means control isn't automatically returned to
- % Maximus), and finally `Xtern_Erlvl' (exit with an errorlevel).
- %
- % Also, when specifying the command/errorlevel to execute,
- % don't forget to use underscores instead of spaces!
- %
- % Examples:
- %
- % Xtern_Run C:\MAX\Bonk_/XN Sysop "N> odelist editor"
- % Xtern_Dos C:\MAX\Batchfil.Bat sysop "R> un XYZ program"
- % Xtern_Chain C:\MAX\Prog.Exe SYSOP "T> abulate stats"
- % Xtern_DOS C:\MAX\ELI\ELO.BAT TWIT "T> ╗P╣q╕ú▓ß▓ßñ╤"
- % Display_File C:\MAX\MISC\AAA TWIT "A> ┐δ▓z╡∙ÑU╡n░O"
-
-
- UsrRemote Xtern_Run Command.Com_>com%P_<com%P Sysop "!> ╕⌡¿∞DOS "
- UsrLocal Xtern_Run Command.Com Sysop "!> ╕⌡¿∞DOS "
-
- % This command invokes the internal Maximus user editor.
-
- User_Editor Sysop "@> USER ║▐▓z╡{ªí"
-
- % What follows is the help file you want Maximus to use for this
- % menu. If you do *not* specify a help file, then a user will
- % *not* be able to press `?' to get help.
-
- Display_File Hlp\Main Twit "?> ╗▓ºU╗í⌐·"
- %
- End Menu
-
-
- Menu MESSAGE
- Title ½HÑ≤¬A░╚░╧
- MenuHeader Message
- % MenuFile Misc\MenuMsg
- % MENULENGTH 14
- MENUCOLOUR 16
-
- % Name of cmd Optional arguments Priv. Command as it
- % to execute for cmd, if any Level appears to user
- % ------------ --------------------- --------- -----------------
-
- Area_Change Message Twit "A> º≤┤½½H░╧" "="
- Area_Change Message Limited "[> ╕⌡ª▄ñWñ@░╧" "["
- Area_Change Message Limited "]> ╕⌡ª▄ñUñ@░╧" "]"
- Read_Next Twit "N> ┼¬ñU½╩½H"
- Read_Previous Twit "P> ┼¬½e½╩½H"
- Enter_Message Twit "E> ╢}⌐l╝g½H"
- Msg_Reply Twit "R> ╝g½╩ª^½H"
- Msg_Change EXTRA "C> º≤º∩½HÑ≤"
- Read_Nonstop Disgrace "=> │sº╟┼¬½H"
- Read_Original Disgrace "-> ┼¬¡∞½H"
- Read_Reply Disgrace "+> ┼¬ª^½H"
- Msg_List Disgrace "L> ┬▓¡nªC½H"
- Msg_Scan Disgrace "S> └╦¼d¡╙ñH½HÑ≤"
- Msg_Inquire Disgrace "I> ñ±╣∩╖j┤M"
- Display_Menu Main Twit "M> ª^ÑD┐∩│µ"
- Display_Menu File Limited "J> ╕⌡ª▄└╔«╫¬A░╚░╧"
- % Who_Is_On Limited "W> ¼d╕▀¿ΣÑLÑ╬ñß"
- % Display_Menu Chat Limited "/> ╜uñWѵ╜═"
- Chg_Hotkeys Disgrace "!> º╓┴Σñ┴┤½"
- Goodbye Twit "G> º∩ñ╤ªA¿╙ºa !!"
- Msg_Kill sysop "K> ºR░ú½HÑ≤"
- Msg_Upload Disgrace "U> ░eñWºA¬║½HÑ≤"
- Forward sysop "F> ╜╞╗s½HÑ≤"
- Msg_Hurl sysop "H> ╖h▓╛½HÑ≤"
- Xport sysop "X> ½HÑ≤┐ΘÑX"
- % Ctl Xtern_Run MsgMan.Exe_C:\Max\MsgMan.Ctl_%L Disgrace "# Message Manager"
- NoDsp Same_Direction Disgrace "|"
- NoDsp Read_Individual Disgrace "0"
- NoDsp Read_Individual Disgrace "1"
- NoDsp Read_Individual Disgrace "2"
- NoDsp Read_Individual Disgrace "3"
- NoDsp Read_Individual Disgrace "4"
- NoDsp Read_Individual Disgrace "5"
- NoDsp Read_Individual Disgrace "6"
- NoDsp Read_Individual Disgrace "7"
- NoDsp Read_Individual Disgrace "8"
- NoDsp Read_Individual Disgrace "9"
- Local Display_File Hlp\Msg Twit "?> ╗▓ºU╗í⌐·"
- Matrix Display_File Hlp\Mail Twit "?> ╗▓ºU╗í⌐·"
- Echo Display_File Hlp\Echo twit "?> ╗▓ºU╗í⌐·"
- %
- End Menu
-
- Menu FILE
- Title └╔«╫¬A░╚░╧
- MenuHeader File
-
- % MenuFile Misc\MenuFile
- % MENULENGTH 12
- MENUCOLOUR 16
-
- % Name of cmd Optional arguments Priv. Command as it
- % to execute for cmd, if any Level appears to user
- % ------------ --------------------- --------- -----------------
-
- Area_Change File Twit "A> º≤┤½└╔░╧" "="
- Area_Change File Limited "[> ╕⌡ª▄ñWñ@░╧" "["
- Area_Change File Limited "]> ╕⌡ª▄ñUñ@░╧" "]"
- Locate Disgrace "L> ┤MºΣ¼Y»S⌐w└╔«╫"
- File_Titles Twit "F> ¼d¼▌└╔«╫"
- Type TWIT "T> ┼πÑ▄ñ║ñσ"
- Download Disgrace "D> ▒a¿½└╔«╫"
- Upload Disgrace "U> ░eñW└╔«╫"
- Statistics Disgrace "S> ¿╧Ñ╬¬¼¬p"
- Contents Limited "C> └ú┴Y└╔ñ║«e"
- NewFiles Disgrace "N> ╖s¿∞└╔«╫¼d┤M"
- Raw NORMAL "R> ¼d╕▀└╔«╫"
- File_Kill Sysop "K> ºR░ú└╔«╫"
- File_Hurl Sysop "H> ╖h▓╛└╔«╫"
- Override_Path Sysop "O> ╕⌠«|└╔«╫ªs¿·"
- Display_Menu Main Twit "M> ª^ÑD┐∩│µ"
- Display_Menu Message Limited "J> ╕⌡ª▄½HÑ≤¬A░╚░╧"
- % Who_Is_On Limited "W> ¼d╕▀¿ΣÑLÑ╬ñß"
- % Display_Menu Chat Limited "/> ╜uñWѵ╜═"
- Chg_Hotkeys Disgrace "!> º╓┴Σñ┴┤½"
- Goodbye Twit "G> º∩ñ╤ªA¿╙ºa !!"
- Display_File Hlp\FileHelp Twit "?> ╗▓ºU╡e¡▒"
- %
- End Menu
-
- Menu CHANGE
- Title ░╤╝╞¡╫º∩░╧
- MenuHeader Change
-
- % MenuFile Misc\MenuChg
-
- % Name of cmd Optional arguments Priv. Command as it
- % to execute for cmd, if any Level appears to user
- % ------------ --------------------- --------- -----------------
-
- Chg_Realname Sysop "R> »u╣Ω⌐mªW"
- Chg_Phone Disgrace "#> │s╡╕╣q╕╣"
- Chg_City Disgrace "C> ╝╖╕╣½░ѽ"
- Chg_Password Disgrace "P> ▒K╜X"
- Chg_Help Disgrace "H> ╗▓ºU╡Ñ»┼"
- Chg_Nulls SYSOP "N> ¬┼ªrñ╕╜X"
- Chg_Width Twit "W> ┐├╣⌡╝e½╫"
- Chg_Length Twit "L> ┐├╣⌡¬°½╫"
- Chg_Tabs Twit "T> ¿╧Ñ╬╕⌡«µ┴Σ"
- Chg_More Twit "M> ¿C¡╢╝╚░▒"
- Chg_Video Twit "V> ANSIñ┴┤½"
- Chg_Editor Twit "F> Ñ■¡╢½HÑ≤╜s┐Φ"
- Chg_Clear Twit "S> ▓M░ú╡e¡▒"
- Chg_IBM Twit "I> ññ¡^ñσñ┴┤½"
- Chg_Hotkeys Twit "!> º╓┴Σñ┴┤½"
- Display_Menu Main Twit "Q> ª^¿∞ÑD┐∩│µ"
- NoDsp Display_Menu Main Twit "|"
- Display_File Hlp\Change Limited "?> ╗▓ºU╡e¡▒"
- %
- End Menu
-
- Menu EDIT
- Title ªµ╜s┐Φ╛╣
-
- % MenuFile Misc\MenuEdit
-
- % Name of cmd Optional arguments Priv. Command as it
- % to execute for cmd, if any Level appears to user
- % ------------ --------------------- --------- -----------------
-
- Edit_Save Twit "S> ªs░_½HÑ≤"
- Edit_Abort Twit "A> ⌐±▒≤½HÑ≤"
- Edit_List Twit "L> ┬▓¡nªC½H"
- Edit_Edit Twit "E> ╜s┐Φñ@ªµ"
- Edit_Insert Twit "I> ┤íñJñ@ªµ"
- Edit_Delete Twit "D> ºR░úñ@ªµ"
- Edit_Quote Disgrace "Q> ñ▐½H"
- Edit_Continue Disgrace "C> ─~─≥╝g½H"
- Edit_To Normal "T> ¡╫º∩ª¼½HñH"
- Edit_Subj Normal "J> ¡╫º∩┤ú¡n"
- Edit_From Sysop "F> ╡o½HñH"
- Edit_Handling Sysop "H> ─▌⌐╩¡╫º∩"
- Read_DiskFile Sysop "R> └╔«╫┬α¼░½HÑ≤"
- Display_File Hlp\Editor Twit "?> ╗▓ºU╡e¡▒"
- %
- End Menu
-
-
- Menu CHAT
- Title ╣qñl╖|─│< ªh╜uѵ╜═ >
- MenuHeader Chat
- % MenuFile Misc\MenuChg
-
- % Name of cmd Optional arguments Priv. Command as it
- % to execute for cmd, if any Level appears to user
- % ------------ --------------------- --------- -----------------
-
- Chat_CB Disgrace "C> ╜uñWѵ╜═"
- Chat_Page Disgrace "P> ⌐IÑs¼Y USER"
- Chat_Pvt Disgrace "A> ª^╡¬ USER"
- Chat_Toggle Disgrace "T> ñ┴┤½¬¼║A"
- Display_Menu File Limited "F> ╕⌡ª▄└╔«╫¬A░╚░╧"
- Display_Menu Message Limited "M> ╕⌡ª▄½HÑ≤¬A░╚░╧"
- Who_Is_On Limited "W> ¼d╕▀¿ΣÑLÑ╬ñß"
- Chg_Hotkeys Disgrace "!> º╓┴Σñ┴┤½"
- Display_Menu MAIN Disgrace "Q> ª^ÑD┐∩│µ"
- Goodbye Disgrace "G> º∩ñ╤ªA¿╙ºa !!"
- Display_File Hlp\Chat Disgrace "?> ╗▓ºU╡e¡▒"
- End Menu