home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / bbs_memo / bbs.hlp < prev    next >
Encoding:
Text File  |  1988-04-11  |  2.3 KB  |  43 lines

  1. script ; BBS.HLP, version 1.0 dated 18 February 1988 by Gilbert W. Kellner
  2.  
  3.  ; The caller's HANDLE is recorded when updating files if set to &1
  4.  ; below. If you want the caller's REAL NAME recorded, set this to &2.
  5.  
  6.  ; Place this .hlp file in your 80 columns menu folder, and replace your
  7.  ; old copy of BBS_PRG.COM with this version. (NOTE THE NEW NAME!)
  8.  ; If other changes to this program are needed, contact me through Mark
  9.  ; Asbell, Bob Pack, or Jackie Heath Jr. (all frequent the PC Pursuit
  10.  ; network.) If all else fails, call my board and talk to me.
  11.  
  12.  
  13. define path_state = 'd:\bbsmemo\state\'          ; location of state files
  14. define path_areacode = 'd:\bbsmemo\area\'        ; location of areacode files
  15. define path_pcp = 'd:\bbsmemo\pursuit\'          ; location of pcp files
  16. define path_quicksrt = 'd:\bbsmemo\quicksrt.ttp' ; location of QUICKSRT.TTP
  17. define add_level = '0'                           ; command_level needed to ADD a board
  18. define sort_level = '0'                          ; command_level needed to sort files
  19. define caller = '&2'                             ; change to "&1" if you
  20.                                                  ; allow use of handles and 
  21.                                                  ; do not want to show the real
  22.                                                  ; name of the caller
  23.  
  24. define local_code = '915'                        ; change this to your own
  25.                                                  ; areacode
  26.  
  27. define header1 = 'My BBS list'              ; place your board's name here
  28. define header2 = 'Other Bulletin Boards'         ; Change to whatever you want
  29.  
  30. execute 'd:\bbsmemo\BBS_MEMO.COM'                ; runs the main program
  31.  
  32.  ' Note: the 'add_level' above is set (by you) to determine which callers 
  33.  '       may add boards to the list. Command_level 1 is recommended.
  34.  '
  35.  ' Note: the 'sort_level' above is set (by you) to determine which callers
  36.          may sort the files in the \area\ folder. Callers given this 
  37.          privilege can also print these files on your system printer.
  38.          Command_level 32 is recommended.
  39.  '
  40.  ' Note: If you want to run this program using SCRIPT.TTP, set both the
  41.          ADD_LEVEL and SORT_LEVEL to zero, otherwise you can not access
  42.          all functions.
  43.