home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / decus / RB122 / pcrim.txt < prev    next >
Text File  |  1995-05-28  |  4KB  |  91 lines

  1. PC RIM
  2.     This set of 3 diskettes contains a full relational DBMS which is
  3. based on the public domain RIM-5 DBMS written several years ago, and on 
  4. which the distribution restrictions have just expired. It was translated
  5. to MS Fortran by Glenn Everhart for general use and somewhat enhanced for
  6. use on PCDOS/MSDOS.
  7.     The program will run in a 512K PC, XT, or AT; it is not clear how
  8. much less memory is enough. A hard disk is a practical necessity.
  9.     Complete sources are presented so you can add to it, use its' B-tree
  10. code (BT*.FOR), or whatever else desired. It may need polishing. It is to
  11. be compiled with MS Fortran 3.3. The .EXE supplied will run with or without
  12. an 8087 or 80287.
  13.     This is basically a mainframe class DBMS and is presented completely
  14. free and clear to all. Its code is fairly portable and should port to almost
  15. any Fortran machine with little effort. It has been tested and is in heavy use
  16. in some places.
  17.  
  18.     While you may use or give PC-RIM away, please send a donation of
  19. $20.00 to Glenn Everhart, 409 High St., Mt. Holly NJ 08060 to support
  20. further translations and enhancements if you use and approve of the program
  21. and the effort of making it generally available.
  22.  
  23.     The program has been slightly enhanced so that it accepts input in
  24. both cases (" terminates translation to uppercase) and so that }dos-command
  25. fires off "dos-command" in an EXECed subprocess without exiting RIM.
  26.  
  27.     The following are the files on the 3 volumes. Note that they are in
  28. Archive format. The ARC utility and its document are included so that you
  29. can get back the original files. The library file was too big to fit on a
  30. floppy, so it was omitted. It will have to be rebuilt by compiling the
  31. supplied sources. The batch file is included in the source archive for doing
  32. so. When you compile the sources to get the library, you have a programmable
  33. interface to PC RIM from Fortran. This is documented in the manual and allows
  34. you to add your own front ends or use the DBMS utility routines in your own
  35. applications.
  36.    Note that you should read the document for ARC and that it also is
  37. user-supported software, so you are asked for a donation from System
  38. Enhancement Associates for its use also.
  39.  
  40.  Volume PCRIMEXE   
  41.  
  42. PCRIM    EXE   350588   4-14-86   Executable DBMS file.
  43. PCRIM    TXT     3009   4-14-86      This document.
  44. SCRNCOLR ARC     4096   4-08-86   Screen color setter (src)
  45. SCRNCOLR COM      236   1-08-86   binary of SCRNCOL.
  46. SCRNCOLR DOC     1055   1-20-86   Doc for SCRNCOLR.
  47.  
  48.  Volume PCRIMDOC   
  49.  
  50. ARC      EXE    32429   2-05-86   Executable of archive handler
  51. ARC      DOC    60432   3-06-86   Document for archive handler
  52. ARC510SR ARC    65985   4-08-86   Archive of all sources to ARC
  53. PCRIMDOC ARC    61110   1-20-86   Archive of all document files for PCRIM
  54. HELPTXT  ARC    75889   1-20-86   Source of HELP text, archived
  55. PCRIM    TXT     3009   4-10-86   This document
  56. HELPDB   ARC    78609   9-03-85   Archive of HELPDBx files, the PCRIM
  57.                     HELP database. The files from this
  58.                     database must all be de-archived
  59.                     and available and findable by PCRIM
  60.                     when it runs.
  61. HELPDEF           141   7-11-85   Database definition for HELP database,
  62.                     as an example.
  63.  
  64.  Volume PCRIMSRC   
  65.  
  66. PCRIMSRC ARC   311478  04-07-86    Archive with all sources to PCRIM in
  67.                     FORTRAN, assembler, and needed
  68.                     batch files to build it all.
  69. PCRIM    TXT     3009   4-10-86   This document
  70.  
  71.  
  72.     To use: (Assuming your default is drive C:)
  73. 0. Get the manual:
  74.   Copy/b A:PCRIMDOC.ARC
  75.   ARC -X PCRIMDOC.ARC *.*
  76.   DEL PCRIMDOC.ARC
  77. 1. Read the manual (please!)
  78.  
  79. 2. Put PCRIM.EXE onto a disk directory.
  80. 3. Extract the help database:
  81.   copy/b A:HELPDB.ARC
  82.   ARC -X HELPDB.ARC *.*
  83.   DEL HELPDB.ARC
  84. 4. Just type PCRIM to fire the system up. Note that RIM must be
  85. able to access HELPDB1, HELPDB2, and HELPDB3 for the HELP command
  86. to work. HELP RIM is a "top level" help command.
  87.   A "path extender" can be used to allow this without having to
  88. work in the PCRIM directory all the time. Many such are available
  89. from public domain sources.
  90.  
  91.