home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / BBSING / BBS / DBBS50.LBR / -READ.MZ / -READ.ME
Text File  |  2000-06-30  |  5KB  |  116 lines

  1.  
  2.  
  3.  
  4. *** NOTE ***
  5.  Update notes are listed below, DOC file should be ready by year end
  6.  1987, to further assist those not quite familiar w/dBASE.
  7.  
  8. -INITIAL  PROGRAM IS START-UP.CMD which initializes everything.     
  9.        START-UP.CMD then calls MAIN.CMD which executes all other
  10.         CMD programs as well as the TEXT FILES.  
  11.  
  12. THIS IS ----VERSION 4.1---- which has the extraneous garbage files
  13.                             removed, and includes some minor 
  14.                             operational changes.
  15. ----------------------------------------------------------------------
  16. There are a few things you will have to do to get this thing working!
  17.  
  18. Have NEWBASE installed with KEYIN EQU TRUE & PREDEFINED EQU TRUE.
  19. Have the pre-defined file be 'START-UP.CMD'.  Also make sure other
  20. equates are set properly. With the older versions of NEWBASE there
  21. is an option to allow the skipping of the sign-on message. But, that
  22. feature is no longer implemented. You might need it, so give me a call
  23. & I can tell you how to do it over the phone.
  24.  
  25. Be sure to change all 'PEEK(17543)' in the .CMD files to wherever
  26. your KEYIN location is [such as 'PEEK(337)']. 
  27.  
  28. And the GOOD-BYE.CMD file probably won't work too hot for your 
  29. system (it was made especially for mine!). You can either delete
  30. everything AFTER the CANCEL command and add the statements:
  31.    SET CONSOLE OFF
  32.    QUIT TO 'BYE'
  33.  
  34. Or, for a cleaner good-bye, POKE a 0 at memory location 0 (POKE 0,0)
  35. and then SET CALL TO your vector warm start routine. Follow? If
  36. not, I can help you on that too, pretty easily. After SET CALL TO nnnn,
  37. insert a CALL instruction.
  38.  
  39. In the USERS database (indexed on ACCT), you will have to make the
  40. 1st record # be 'SYSOP' and the ACCT be 0. And when you log on, enter
  41. a '0' at the first name prompt and then you will be asked your
  42. password (which you also hopefully defined). Any user may use their
  43. account number for logging on, because I believe it will reduce
  44. log-on time when the database gets REALLY large!!
  45.  
  46. We'll have to figure out a way to send updates via U.S. Mail or
  47. any cheaper method!!!
  48.  
  49. Good luck! If you have any troubles at all, don't hesitate to call.
  50.  
  51. Ryan Katri deserves credit for the creation of this BBS system.
  52. The basic set of these programs was wriiten by Ryan, and have been
  53. extensively modified with the current version 4.0...
  54. Ryan's address has not been verified nor have his phone numbers
  55. or the address that are listed below. 
  56.  
  57. Ryan Katri
  58. 2575 Drake Hill Road
  59. Fortuna, CA  95540
  60.  
  61. (707) 725-5559  Home voice
  62. (707) 725-9202  Voice next to computer
  63. (707) 725-9612  Data (7pm to 7am, only!)
  64.  
  65.  
  66. ********  UPDATE NOTES *************************************************
  67.  
  68. These are the most up to date files as of 11/15/87.
  69.  
  70. There are several changes that have been made to Ryan's original programs
  71. and these are included in this library.
  72.  
  73. Read command now supports the following: 
  74.  READING of ALL msgs
  75.     "       NEW msgs
  76.     "       private mail
  77.     "       of msgs you wrote
  78.    ---------the above applies to the conference room in which you
  79.             are currently attached
  80.  
  81.  KILLING msgs now supports CONTINUOUS kill of all msgs which
  82.             you wrote as well as all messages to you, or
  83.             individual msg kill.
  84.  
  85.  FIND will locate all msgs in all conferences which you have written
  86.       and which have not yet been deleted.
  87.  
  88.   You may create as many Sub-boards as you wish, as long as the
  89.             msg text file is named MSGFILxx.DBF, where xx is the 2
  90.             digit or character sub-board room number. Do this for
  91.             now until the next release by using the COPY STRUCT command
  92.             to create the file and adding (APPEND) to the file named
  93.              TITLES.DBF      
  94.  
  95. I no longer have the original copy od DBBS10.lbr   but the system is
  96.             probably one of the EASIEST to get running and to modify
  97.             if you have some knowledge of dBASE.   If you need any
  98.             help, please feel free to let me know...
  99.  
  100. please report any bugs to me, Larry Slattery, at 314/327-5837 (data)
  101. 24 hrs/day 7 days/week.
  102.  
  103. please leave any questions as well. thank you..
  104.  
  105. If you have any updates to the dBBS software, please send them to
  106. the number above so they may be incorporated in the distribution
  107. file for all others to use.
  108.  
  109. for voice calls, please leave a msg to me, on the 314/327-5837
  110. number with a number to call and I will return you call and try
  111. to help you with the set-up.
  112.  
  113. Version 4.2 should be available by 12/20/87.
  114. -
  115. Larry Slattery
  116.