home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / bbs / tpbbs10.ark / TPBSUP.DOC < prev    next >
Encoding:
Text File  |  1986-09-14  |  2.8 KB  |  66 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                 << T P B B S >>
  9.                        Addendum to original documentation 
  10.                                        by
  11.                            Ed Curlin [PPN 72065,177]
  12.  
  13. I have made a few changes in the TPBBS program that is found in the XA0 database 
  14. of the CPM SIG. This document will alert you to the changes made.
  15.  
  16. For more comprehensive reading, read the original document file.
  17.  
  18. TPBBS is distributed as a collection of inter-related files. Each file in the 
  19. collection is required to properly set-up and operate the Turbo Pascal Bulletin 
  20. Board System. The files have been renamed to comply with the CompuServ filename 
  21. format ( 6 letter filenames ). You will have to change the names back to their 
  22. original wording before you can compile and run this system
  23.  
  24.           New Name       Old Name       Description
  25.           --------       --------       -----------
  26.           TPBS10.DOC     TPBBS.DOC      original documentation by James Whorton
  27.           TPBS10.PAS     TPBBS.PAS      main program of the 1.0 version
  28.           TPMS10.INC     TPMESG.INC     message subsystem 
  29.           TPFN10.INC     TPFUNC.INC     routines needed by the BBS
  30.           TPMENU.PAS     TPMENU.        BBS main menu file
  31.           TPIN10.PAS     TPINIT.PAS     BBS Initialization file
  32.           TPUT10.PAS     TPUTIL.PAS     Sysop's utility program
  33.  
  34. After you download the files, change the names using 'REN'. If this is not done 
  35. before compiling the TPBBS system, Turbo Pascal will not be able to find the 
  36. 'INClude' files.
  37.  
  38.  
  39. INSTALLATION OF TPBBS
  40. ---------------------  
  41.  
  42. As originally written, TPBBS was two separate programs. The main program was 
  43. TPBBS.COM, and there was a separate messaging system in TPMESG.CHN. I have 
  44. changed that so there is only one program required for the system. (aside from 
  45. TPINIT and TPUTIL). This has reduced the amount of diskspace required from 32K 
  46. to 26K. Also, it decreases the run time and causes less wear and tear on the 
  47. disk drives.
  48.  
  49. TPBBS.PAS
  50. First you must compile TPBBS.PAS into a .COM file. Put a copy of Turbo Pascal 
  51. into drive <A>, and load it. Into drive <B>, put your copy of TPBBS.PAS, 
  52. TPFUNC.INC, and TPMESG.INC. Now log onto drive <B>, enter the main file name as 
  53. TPBBS. Choose the Options and set the parameters to .Com file, and Quit. Now 
  54. enter C to compile the program.
  55.  
  56.  
  57. TPMESG.PAS
  58. The documentation on installing TPMESG.PAS is voided. You will not need to do 
  59. that portion of the original documentation.
  60.  
  61.  
  62. TPINIT.PAS
  63. No changes made to this installation procedure. Follow the original 
  64. documentation for installing and initializing your system.
  65. changes made to this installation procedure. Follow the original 
  66. documentation for installing and initializin