home *** CD-ROM | disk | FTP | other *** search
- ;
- ;NOTE!
- ;
- ;An extremely generic menu you can use to quickly set up a functioning
- ;XBBS. Please note that this menu doesn't tap more than 10% of XBBS'
- ;functions (it doesn't do anything fancy). If you want fancy, or
- ;more control, do the work and write your own. There are plenty of
- ;examples in MENU.LZH inside of the XDOC_???.LZH archive. It's not
- ;all that hard, but does take a little brain power. If you don't
- ;have that, you shouldn't be running XBBS to begin with...right?
- ;
- ;Just copy this menu (as MAIN.XBS) and CONFIGUR.XBS into your menu
- ;directory, then build a HELP.HYP file in your hypertext directory (or
- ;remove references to it herein). You'll also need a MSGAREAS.XBS,
- ;PROTOCOL.CTL FLSEARCH.CTL (which XEdit can make for you) and
- ;DOORLIST.XBS. With a little tweaking, it should get you up and
- ;running pretty quickly.
- ;
- ;Remove these comments for more speed if you feel you need it.
- ;
- ;
- p1a1Z0
- lStart
- z5,QUOTES.XBS
-
- Msg: ** File: *$
- tc dw dc tr mins left
- G0,14,1,Msgs Files Doors Other Quit(LOGOFF)
- 0C=M
- lMsgs
- 0C=F
- lFiles
- 0C=D
- lDoors
- 0C=O
- lOther
- 0C=Q
- lLogoff
- blStart
- ;
- ;This goes to Bulls-mode, the built-in XBBS message area handler
- ;Note that it prepends the message path to MSGAREAS.XBS and uses
- ;that as the message area control file. Bulls-mode always uses
- ;security levels #0 and 1 (0 for access, both for subop access)
- ;You can change the area control file if you like. XEdit will
- ;create one for you.
- ;
- lMsgs
-
- 8=:MSGAREAS.XBS
- *@8 3
- blStart
- ;
- ;This goes to Files-mode, the built-in XBBS file area handler
- ;Requires a FLSEARCH.CTL file in the default directory (which you
- ;should have created with XEdit). Note that the control file is
- ;taken from XBBS.TXT prompt #446. You can change it there or here
- ;if you like. Files-mode uses security level #2 by default.
- ;For instance, you could use ,2FLSEARCH.CTL to invoke Files-mode
- ;using security level #2 and control file FLSEARCH.CTL.
- ;
- lFiles
- ,
- blStart
- ;
- ;This goes to Doors-mode, the built-in XBBS door handler
- ;Requires a DOORLIST.XBS file in the default directory (which you
- ;should have created with a text editor--there's a sample in
- ;the SAMPLES.LZH archive inside the XDOC_*.LZH archive). Note
- ;that Doors-mode defaults to using the control file taken from
- ;XBBS.TXT prompt #493. You can change it there or here if you
- ;like. Doors-mode defaults to using security level #3. You can
- ;change that here, too. For instance, you could use .3DOORLIST.XBS
- ;which would invoke Doors-mode using security level #3 and control
- ;file DOORLIST.XBS.
- ;
- lDoors
- .
- blStart
- ;
- ;This does some other miscellaneous functions...
- ;Note that Edit Config calls CONFIGUR.XBS and Help! calls HELP.HYP.
- ;There are samples in the MENU.LZH archive and SAMPLES.LZH archive
- ;inside the XDOC_*.LZH archive. Either can be created/editted with
- ;a text editor, though editting CONFIGUR.XBS will take some skill.
- ;
- lOther
-
- G0,14,1,Quit Userlist Chat_Request Edit_Config Help!
- 0C=
- lStart
- 0C=Q
- lStart
- 0C=U
- lUserlist
- 0C=C
- lChat
- 0C=E
- lEditConfig
- 0C=H
- lHelp
- blStart
- lUserlist
-
- Q0blOther
- lChat
- S<06 lOther
-
- Chat request...
- cblOther
- lEditConfig
- JCONFIGUR.XBS
- blStart
- lHelp
- ~|0HELP.HYP
- |1BBS
- |20
- blOther
- lLogoff
-
- Logoff? (Y-n) 0I1 0 1 1 5
-
- 0C!N
- lLogoff2
- blStart
- lLogoff2
-
- p0a1
- jGOODBYE.XBS
- x
-