home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / demos / lpcdindx / read.me < prev    next >
Text File  |  1991-06-22  |  3KB  |  72 lines

  1. ***************************  CLASSICAL RECORD INDEX  ***************************
  2. ***********************        7 Star version         ***********************
  3. *********************           June 1991            ********************
  4. ******************                           *****************
  5. **************            Anastasios C. Kotsikonas          **************
  6. ***********              15 Walbridge St. #37             ***********
  7. ********             Boston, MA 02134, USA            ********
  8. *****                                       *****
  9. **                                          **
  10.  
  11. ################################################################################
  12.  
  13. Important note:
  14.  
  15.   This is a demo version; the maximum size of any database is restricted to
  16. 10 composers. If you like the program, please complete the registration form
  17. and send it with a cheque for US $20 made out to "Anastasios Kotsikonas" to
  18. the above address.
  19.  
  20.   I will then send you the unrestricted version. Currently, I can only provide
  21. 5.25 inch disks.
  22.  
  23.        You may copy and distribute this demo set of programs freely.
  24.  
  25.   You may not copy or distribute the official version that you will receive.
  26.  
  27. ################################################################################
  28.  
  29. This is an LP/CD/cassette cataloging system. It is custom made for classical
  30. music, but can be used for any kind of music. It indexes by composer name
  31. (or artist name if you prefer) using B+ tree database indexing for fast I/O.
  32. There is no specific limit on the size of the database other than the physical
  33. disk size. Applications are provided for backing up the database and recovering
  34. from a crash. Manual pages are accessible by yet another application and
  35. on-line. A mechanism is also provided for overriding the system's default
  36. definitions, thus enabling the system to do any type of cataloging.
  37. Included are the following:
  38.  
  39. - read.me:        this file.
  40. - records3.exe:        the main application for indexing; features include
  41.             listing of all composer names, listing of an individual
  42.             composer's compositions, easy editing, predefined
  43.             and user-defined strings, multiple keyword searching
  44.             with wild characters, automatic redisplay of the last
  45.             listing and/or keyword search, escaping to the shell,
  46.             on-line availability of the manual (see below), case
  47.             sensitive help, and a terminate-and-stay-resident
  48.             capability with a hot-key activation.
  49.             The number of composers it can handle is unlimited,
  50.             but for each composer there is a maximum of fifty
  51.             compositions that can be stored; in addition, for each
  52.             composition only an orchestra, a conductor, a label and
  53.             a comment may be specified.
  54. - dbcopy.exe:        copy the database out to another disk; used to backup
  55.             a database; it can split a large database (e.g. on a
  56.             hard disk) to smaller ones (e.g. on floppy disks) as
  57.             standalone databases, or merge individual databases
  58.             to a larger one (reverse procedure).
  59. - dbrecovr.exe:        utility to rebuild a corrupted index file from the
  60.             database itself; if the database itself is corrupted
  61.             there is no hope.
  62. - man.exe:        utility that reads, displays and walks through a manual
  63.             page.
  64. - records3.man,
  65.   dbcopy.man,
  66.   dbrecovr.man:        the main utilities' manual pages; to be used with the
  67.             man program.
  68. - predef.dat:        place to put your own definitions overriding the system
  69.             defaults; the one provided is pretty self-explanatory.
  70.  
  71. All of the main utilities make use of environment variables for easier use.
  72.