home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / AVASUB / KEEPER.ZIP / HELP.DOC next >
Encoding:
Text File  |  1993-12-22  |  3.5 KB  |  74 lines

  1.  
  2. ─────────────══════════════ The Book Keeper! ════════════─────────────
  3.  
  4.           Welcome to The Book Keeper!, a small sorting program.
  5.      This program was designed as a school project. What this program
  6.      does is it sorts a list of books by either Author, Title, or Price.
  7.      It uses C's many text features, including text windows. This
  8.      program has proved to be a major learning expierience for the 
  9.      author :) . 
  10.  
  11.           Now, to operate the program, just type "keeper" at the
  12.      dos prompt, and the main menu will appear.  Since this program
  13.      was designed with ease of use in mind, you can virtually follow
  14.      the prompts.  But here is a summary of the commands available 
  15.      from the main menu:
  16.  
  17.         ─══─ Option <1>:
  18.                   Press '1' to enter into the main part of the 
  19.                   program. Pressing this will bring up the "sorting"
  20.                   window, and you will be immediatly prompted to
  21.                   enter the title of your first book. Enter the 
  22.                   title and press <ENTER>, then the program will
  23.                   prompt you for the author, so enter that in, and 
  24.                   press <ENTER>, and finally, you will be prompted 
  25.                   to enter the price, so type in the price, and
  26.                   press <ENTER>.  Then you will be prompted for the 
  27.                   title of the next book. Simply repeat the process,
  28.                   and when you are done, type 'q' when it asks you for
  29.                   the next title.
  30.  
  31.                   Now, simply follow the prompts. It will display
  32.                   a list of every entry you've inputed so far.
  33.                   Then you will be prompted as to how you wish to
  34.                   sort them, press <1> to sort alphabetically by
  35.                   title, <2> to sort alphabetically by Author, and
  36.                   <3> to sort from least to greatest in Price.
  37.                   It will then show you a list of them in order.
  38.                   
  39.                   Finally, you will be prompted whether you want
  40.                   to save the sorted list to a disk. If you say yes,
  41.                   then you will be asked what you wish to call the
  42.                   file, (8 characters or less), simply typt the
  43.                   name in, and then the program will automatically
  44.                   save the sorted list for you in an ASCII text file
  45.                   with the extension '.TBK'. to view this file, load
  46.                   up any text editor, and then load the file into
  47.                   it. Finally, press any key to return to the Main
  48.                   Menu.
  49.  
  50.         ─══─ Option <2>:          
  51.                   Pressing '2' brings you to a small help screen,
  52.                   that tells you a very condensed version of what 
  53.                   is in this file, and refers you to here for more
  54.                   information.
  55.  
  56.         ─══─ Option <3>:
  57.                   Pressing '3' shows you a window displaying 
  58.                   information about the author and the program
  59.                   itself.
  60.  
  61.         ─══─ Option <4>:
  62.                   Pressing '4' brings up a small window prompting
  63.                   you to confirm your exiting, simply press '1' to
  64.                   exit, or '2' to return to the program.
  65.  
  66.           I hope this has explained everything about the program, if
  67.      it hasn't, please let me know. Thank You, and enjoy the program.
  68.  
  69.                                                 - John Clemens
  70.  
  71.  
  72.                  
  73.  
  74.