home *** CD-ROM | disk | FTP | other *** search
- script ; BBS.HLP, version 1.0 dated 18 February 1988 by Gilbert W. Kellner
-
- ; The caller's HANDLE is recorded when updating files if set to &1
- ; below. If you want the caller's REAL NAME recorded, set this to &2.
-
- ; Place this .hlp file in your 80 columns menu folder, and replace your
- ; old copy of BBS_PRG.COM with this version. (NOTE THE NEW NAME!)
- ; If other changes to this program are needed, contact me through Mark
- ; Asbell, Bob Pack, or Jackie Heath Jr. (all frequent the PC Pursuit
- ; network.) If all else fails, call my board and talk to me.
-
-
- define path_state = 'd:\bbsmemo\state\' ; location of state files
- define path_areacode = 'd:\bbsmemo\area\' ; location of areacode files
- define path_pcp = 'd:\bbsmemo\pursuit\' ; location of pcp files
- define path_quicksrt = 'd:\bbsmemo\quicksrt.ttp' ; location of QUICKSRT.TTP
- define add_level = '0' ; command_level needed to ADD a board
- define sort_level = '0' ; command_level needed to sort files
- define caller = '&2' ; change to "&1" if you
- ; allow use of handles and
- ; do not want to show the real
- ; name of the caller
-
- define local_code = '915' ; change this to your own
- ; areacode
-
- define header1 = 'My BBS list' ; place your board's name here
- define header2 = 'Other Bulletin Boards' ; Change to whatever you want
-
- execute 'd:\bbsmemo\BBS_MEMO.COM' ; runs the main program
-
- ' Note: the 'add_level' above is set (by you) to determine which callers
- ' may add boards to the list. Command_level 1 is recommended.
- '
- ' Note: the 'sort_level' above is set (by you) to determine which callers
- may sort the files in the \area\ folder. Callers given this
- privilege can also print these files on your system printer.
- Command_level 32 is recommended.
- '
- ' Note: If you want to run this program using SCRIPT.TTP, set both the
- ADD_LEVEL and SORT_LEVEL to zero, otherwise you can not access
- all functions.
-