home *** CD-ROM | disk | FTP | other *** search
/ Colossal Cookbook / ColossalCookbook.cdr / text / nrecipes / recipes.doc < prev    next >
Text File  |  1988-04-20  |  5KB  |  102 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2.                        RECIPES FROM THE DEEP SOUTH
  3.                       Property of Lt Col Denny Hugg
  4.                       Gulfport ANG FTS, Mississippi
  5. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  6. ***  21 April 88 revision     ***
  7. NOTE:  The MENUs have been re-ordered so that the logically-most-often-used
  8.        menus appear first in order.  The confusing TYPE, DISH terminology
  9.        has been replaced by STYLE  (= cooking style) and GAME (= game type).
  10.        RECIPES.DOC (this file) has been changed accordingly.
  11. ***   6 January 88 revision   ***
  12. NOTE:  The driving program has been modified to provide a more humanized
  13.        method of searching out a desired recipe:  During the FIND menu
  14.        selection, options for STYLE  GAME or NAME are offered.  STYLE
  15.        and GAME list out cooking method and game type,
  16.        respectively.  These stay on the screen while an input option
  17.        to select a specific recipe by name is offered.  Input of a blank
  18.        name, simply a <RETURN>, brings up the FIND QUIT ADD menu.
  19.        Other changes are contemplated, as well as additions to the
  20.        recipe selections.  Automatic redistribution will follow.
  21.  
  22. PURPOSE:
  23.     Provide a recipe data base for wild game recipes.
  24.  
  25. SOURCE:
  26.     Experience, newspapers, old books, magazines.
  27.     15 January 33 - 23 December 87
  28.  
  29. FILES:
  30.       RECIPES.DOC - This information file.
  31.       RECIPES.COM - Main driver program.
  32.       RECIPES.DAT - Stored recipe data :
  33.                      Style
  34.                      Game
  35.                      Name
  36.                      Ingredients   (up to 16)
  37.                      How To Cook   (8 lines)
  38.                      Comment 1
  39.                      Comment 2
  40.       RECIPES.IXD - INDEX FILE for search of RECIPES.DAT by GAME (Game Animal)
  41.       RECIPES.IXN - INDEX FILE for search of RECIPES.DAT by recipe NAME
  42.       RECIPES.IXT - INDEX FILE for search of RECIPES.DAT by cooking STYLE (Stew,
  43.                     Sauce, Roast, Baked, Fried, etc.)
  44. USE:
  45.     Type in the word RECIPES at the operating system prompt.
  46.     This brings up a menu with only three options: (LIST  QUIT  UPDATE).
  47.        LIST:   Selection of the List option then offers a choice of (P)rinter
  48.                or (S)creen.  Either choice presents the Output menu, which
  49.                offers UNSORTED, STYLE of cooking, GAME or wild game name,
  50.                NAME of the specific recipe.
  51.                UNSORTED - Output in the order of indexing or input.
  52.                NAME     - Output alphabetically by Recipe
  53.                GAME     - Output by type of wild game
  54.                STYLE    - Output by preparation method.
  55.        UPDATE: Selection of UPDATE option offers a menu of FIND 
  56.                or QUIT or ADD.
  57.                ADD      - Requires a unique NAME of recipe assignment
  58.  
  59.                FIND     - Places CURSOR on the code line for input of a
  60.                specific cooking style, which will bring up the first recipe
  61.                of that style.
  62.                Responding to the STYLE:__________
  63.                prompt with a RETURN will prompt for NAME:__________________.
  64.                Type in a recipe name from listing or the first few letters.
  65.  
  66.                A successful FIND presents a menu for continued search with
  67.                NEXT (PREVIOUS (Q)uit.
  68.                    COPY  - prints out recipe to the printer.
  69.                    NEXT  - Positions to the next record in numeric sequence
  70.                    PREVIOUS selects the record one numerical place ahead
  71.                             (less than) the record found.
  72.                    QUIT  - offers a menu to (EDIT (DELETE (Q)uit.  Selection
  73.                    of QUIT returns to (ADD (FIND (Q)uit.
  74.                QUIT      - from the (ADD (FIND (Q)uit menu returns to the
  75.                original opening menu.
  76.        QUIT - Exits the program and returns to the DOS prompt.  Any changes or
  77.               deletions make with the (EDIT or (DELETE key are written back
  78.               to the data base and become permanent.
  79.  
  80. ADDITIONAL EDIT CODES:
  81.      The following Control Key Codes are functional when in the EDIT mode:
  82.  
  83.      CNTL-E     - Backs up one entry in the edit data form.
  84.      CNTL-D     - Move forward one character without overwriting (Non-destruct)
  85.      CNTL-S     - Move backward one character (Non-destructive)
  86.      CNTL-A     - Move to start of current field (first character)
  87.      CNTL-F     - Move to end of field (used to backspace out a field)
  88.      CNTL-G     - Erase field.
  89.      CNTL-H     - Rings the bell (beeper)
  90.      CNTL-Y     - ERASES field contents from CURSOR to END OF FIELD.
  91.      CNTL-I     - Jumps to next field (Same as CNTL-X)
  92.      CNTL-M     - Supplies a <RETURN> and steps to next field
  93.      CNTL-X     - Jumps to next field (Same as CNTL-I)
  94.      CNTL-Z     - End of edit or Add and save new or changed data.
  95.  
  96. Note: During EDIT, when a field does not require changes, simply enter
  97.       RETURN and the field data will be retained.  This mode may be used
  98.       to quickly position into the record during edit.
  99.  
  100.  
  101.  
  102.