home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 12 / q12.d81 / t.videophile < prev    next >
Text File  |  2022-08-28  |  6KB  |  110 lines

  1.                               V i d e o P h i l e
  2.  
  3.                                by Robert B. Cook
  4.  
  5.      VideoPhile is a file program that will allow you keep a record of your
  6. video tapes and will also print labels for them.  When running VideoPhile
  7. for the first time you'll receive the message 'File not found on disk'.  Not
  8. to worry.  This only indicates that you have no video file saved to disk,
  9. yet.
  10.  
  11. REVISING THE MENU
  12.  
  13.      The menu allows ten file categories.  Because the majority of the
  14. people that will be using this program are not programmers, and probably not
  15. even familiar with the BASIC language, I have included a method of easily
  16. revising the names of the categories.  Using the cursor keys, move the white
  17. cursor bar to 'Quit/Save/Revise' on the menu and press RETURN.  Then select
  18. REVISE MENU by pressing 'R'.  Move the purple cursor bar to the category
  19. name you wish to edit and select it by pressing RETURN.  Enter the new
  20. category name and press RETURN.  The new category name(s) will be preserved
  21. when you save your video file.
  22.  
  23. ENTERING DATA
  24.  
  25.      Using the cursor keys, move the white cursor bar to a category of your
  26. choice on the menu and select it by pressing RETURN.  The following options
  27. are available to you:
  28.  
  29. + - VIEW - You may peruse your cards forward and backward with the + and -
  30. (plus and minus) keys.  Of course you can't do this until you've filled in
  31. some cards.
  32.  
  33. F1  EDIT - This allows you to add a new card to the file or edit an existing
  34. card.  Note the numbers at the top of the card, 'n of n'.  The first number
  35. is the card number that you are editing, the second is the number of cards
  36. in the present category.  When the card number is higher than the number of
  37. cards, it indicates that the card is a blank, or new card.
  38.  
  39.      There are seven places for entries.  The first two lines are for the
  40. movie title and the stars of the movie.  The next entries are for the tape
  41. speed and the tape counter, start to finish.  The next is for the time or
  42. length of the tape or movie in minutes.  The last two are for the tape
  43. number and any notes you may want to include about the tape.
  44.  
  45.      Use the CURSOR keys or the HOME key to move the cursor and the INST and
  46. DEL keys to edit your entries.
  47.  
  48.      Press F1 again to enter the card into memory.  If you are editing an
  49. existing card you'll exit from the EDIT mode, otherwise the number of cards
  50. will be incremented by one and another blank card will be displayed for
  51. editing.  You may also press ESCape if you wish to exit without changing or
  52. saving the card.
  53.  
  54.      The maximum number of cards for each category is determined by the
  55. variable MAX which is initially set at 50.  There is room for about 275
  56. cards if each card is completely filled in.  But, since you'll probably be
  57. filling in less than the full amount of the available space on each card,
  58. you should have 375+ cards available.  If you don't plan on using all the
  59. categories you may change MAX to a higher number and save the program to
  60. preserve it.  This will allow more cards per category but fewer cards
  61. overall.  You'll receive the message, 'No more cards available' if you
  62. should attempt to use more cards than the maximum allowed per category.
  63.  
  64. F3  SORT - There are two ways to sort each card category; by Title or by
  65. Stars.  The cards are sorted alphabetically in ascending order.  In order
  66. for SORT to work properly your entries should be consistent.  For example,
  67. if you want to keep all your Werewolf movies together, "Werewolf" should be
  68. the first word in each of the Title entries.  SORT is case sensitive, if you
  69. use capital letters in one entry use them in similar manner in all entries.
  70.  
  71. F4  COPY - You can copy the card on the screen to the current category or to
  72. another category.  Use the cursor keys to scan the category names then
  73. choose a category to COPY to by pressing RETURN.
  74.  
  75. F5  SEARCH - Keeping your item entries consistent is necessary to enable the
  76. SEARCH command to find similar items.  The search string may be up to ten
  77. characters long and these characters may occur anywhere in the title. 
  78. Pressing RETURN with no entry will display the blank (new) card for editing.
  79. SEARCH is case sensitive.
  80.  
  81. F6  DELETE - Deletes a card from memory and reduces the quantity by one.
  82.  
  83. F8  PRINT - You can send control codes to you printer by pressing 'C'. 
  84. Enter each code as a number from 1 to 255 or as a letter from a to z, lower
  85. case only, then press RETURN to send it to the printer.  Exit by pressing
  86. the ESCape key.
  87.  
  88.      The card on the screen may be printed as a LABEL or all of the cards in
  89. the current category printed as a list or RECORD.
  90.  
  91.      A label may be printed full-size or condensed.  A full-size label
  92. contains all of the information on the card in a four-line format.  The
  93. condensed version does not include the Notes entry and is formatted on two
  94. lines.  The condensed version is useful if you have more than one movie on a
  95. tape.
  96.  
  97. F7  MENU -  Returns you to the main menu.
  98.  
  99.      Choosing 'Quit/Save/Revise' and then pressing 'S' will save the card
  100. file as VIDEO and also create a back-up file, VIDEO.BAK.  If for some reason
  101. the VIDEO file cannot be read, scratch the VIDEO file and rename the
  102. VIDEO.BAK file to VIDEO.
  103.  
  104.      If you attempt to quit the program without saving your edited card file
  105. you'll be asked if you want to save first.                                  
  106.  
  107. RBC
  108.                              **** End of Text ****
  109.                                                                             
  110.