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 / PARASOL / VIDEOSTO.ARK / -READ.ME next >
Text File  |  1986-10-11  |  5KB  |  116 lines

  1. Documentation file for VIDEOSTO.ARC
  2.  
  3. Authors:  Shay O. Walters and Philip D. Moore
  4.           Para-Soft
  5.           P.O. Box 6273
  6.           Columbia, SC   29260-6273
  7.  
  8.           Phone:  803-799-0180
  9.  
  10.           Compuserve:  73247,1163
  11.           GEnie-MAIL:  SHAY
  12.  
  13.  
  14.      This is a set of programs designed to keep records for a video-tape
  15. rental store.  It DOES NOT do thue accounting functions, but it DOES:
  16.  
  17. 1.  Maintain a list of members with addresses, phone, bank-card info,
  18.         membership status, and a list of tapes currently checked-out.
  19.  
  20. 2.  Maintain an inventory of tapes with title, primary actors, subject,
  21.         rating, and current check-out status.
  22.  
  23. 3.  Generate mailing labels for different categories of members.
  24.  
  25.     These programs will allow you to keep track of the tapes (by number)
  26. and the reports will show which tapes are overdue, etc.
  27.  
  28.  
  29.     RUNNING THE VIDEO SYSTEM
  30.  
  31.  
  32.     These programs are actually CP/M programs, but they will run under
  33. MP/M allowing access to the database by more than one terminal.  Also,
  34. support is provided to allow you to run the programs on an IBM-PC.
  35.  
  36.     This demo is configured to run on an IBM-PC or compatible.
  37. You must have ANSI.SYS declared in your CONFIG.SYS file.  The programs
  38. will work with almost any type of CRT display when running under
  39. CP/M (or MP/M), but this demo DOES NOT include the terminal configuration
  40. program.  See the TERMINAL.DOC file for info on setting-up definitions
  41. for different types of terminals.
  42.  
  43.      Load the programs onto your hard disk (with MSDOS, I suggest that
  44. you use a subdirectory).
  45.      Under CP/M, type "STARTUP" and press return.
  46.  
  47. -----------------
  48. FOR MSDOS USERS
  49. -----------------
  50.  
  51.     If you have a NEC V20 chip, use the VSTART batch file to run the
  52. programs.
  53.     If you do not have a V20 chip, use the ESTART batch file to run
  54. the programs.
  55.     NOTE -- Both of these batch files assume that the programs are
  56. loaded onto drive C: (It may be any subdirectory).  If you are not
  57. running on drive C:, you must edit the appropriate batch file and
  58. change the ASSIGN command ("assign a=d" for example, if you are running
  59. on drive D:).
  60.  
  61.     These programs use a formatted screen display.  The IBM-PC keys
  62. have the following special functions:
  63.  
  64. TAB                move to next field in sequence.
  65. RETURN             same as TAB
  66. DOWN-ARROW         same as TAB
  67. UP-ARROW           move to previous field.
  68. BACKSPACE          backspace within a field.
  69. LEFT-ARROW         same as BACKSPACE
  70. RIGHT-ARROW        move to right within a field
  71.  
  72. ESC (Escape)       exit from screen
  73. ALL function keys, HOME, END, PGUP, PGDN, etc are the same as ESC.
  74.  
  75.  
  76. ------------------------------
  77. CP/M (and compatible) users:
  78. ------------------------------
  79.      Before you start, read the INITPARM.DOC documentation.  You may
  80. run these programs on any drive or user, but there are values in the
  81. INITPARM.PAR file you will have to set.
  82.      Also, rename STARTUP.CPM to STARTUP.COM.
  83.  
  84. ---------------------------------------------
  85. More info on the formatted screen handling
  86. ---------------------------------------------
  87.  
  88.     Note that some fields require certain types of input.  Some fields
  89. will always display upper case, some will only accept numeric input, etc.
  90. Date fields perform complete validation of the date.  You cannot enter
  91. "12/44/86" for example, nor will it allow "2/29/87" (not a leap year).
  92.  
  93.     When exiting from a screen, any errors found on the screen will be
  94. described on the bottom line of the screen, and the cursor will be
  95. positioned to the field in error.
  96.  
  97.     You may abort the programs at any time by typing ctrl-C.  A safety
  98. message will appear at the bottom of the screen asking you to confirm
  99. whether or not to abort.  If you press "Y" (or "y"), the program will
  100. terminate and the DOS prompt will reappear.  NOTE that the preferred
  101. method of exiting from the programs is to return to the main menu and
  102. enter "EX".
  103.  
  104.  
  105.     The report programs are configured for an Okidata Microline-92
  106. printer, and will automatically switch to compressed print for those
  107. reports which are too wide for the 80-column mode.  Normal print will
  108. be automatically selected for those reports which will fit into 80
  109. columns.
  110.      Refer to the INITPARM.DOC file for information on configuring
  111. the programs for other printers.
  112.  
  113.     If you have any problem running this demo, or have any other
  114. questions, please contact me at the address given at the top of
  115. this document.
  116.