home *** CD-ROM | disk | FTP | other *** search
/ Colossal Cookbook / ColossalCookbook.cdr / mm / recip100 / recipeco.doc < prev    next >
Text File  |  1991-12-10  |  5KB  |  140 lines

  1.                               RECIPECO.EXE
  2.                           (The Recipe Company)
  3.  
  4. **                           Version 1.00
  5. **                    (Lines with ** have changed)
  6. **                      Release Date: 12/11/1991
  7.  
  8.                  Programmed using Microsoft C 6.00AX by
  9.                              Ewan Grantham
  10.                              P.O. Box 837
  11.                             Anoka, MN 55303
  12.  
  13.              Available on Terraboard (612)724-3314 (1:282/341)
  14.                        and finer BBS's elsewhere
  15.  
  16.  
  17.     DISCLAIMER
  18.  
  19.          This program is freely distributable for NON-COMMERCIAL 
  20.     purposes. It guarantees nothing other than that it will take up 
  21.     space on your disk.  You may freely copy, or distribute the
  22.     program as long as you follow these two requirements:
  23.     1) The program is not to be sold for profit, and 
  24.     2) Only pass the program around with the documentation intact.
  25.  
  26.     Having said all that, lets get on with what the program does 
  27.     and does not do.
  28.  
  29.  
  30.     COPYRIGHT CREDITS
  31.  
  32.               Vittles (c)                 Compu-Chef (c)
  33.  
  34.          Dimension Nine Software     Micro Systems Design, Inc.
  35.          Tandika Star                Mark Bacas & Peter Sciacchetano
  36.          2170 E. Tinker              Hill Stepper
  37.          Holloman AFB, NM 88330      P.O.Box 774
  38.                                      Harvey, LA 70059
  39.  
  40.  
  41.             QuikBook (c)                Meal-Master (c)
  42.  
  43.          Robert J. Butler            Episoft Systems
  44.          2023 28th St. NW            Suite # 143
  45.          Rochester, Minnesota 55901  10121 Evergreen Way
  46.                                      Everett, Washington 98204
  47.  
  48.          Master Recipe Systems             STEVENS
  49.           by Shelley Rogers          from: Sharon Stevens
  50.  
  51.         NOTE: These listings are the latest I have available to
  52.         me. If you've moved, please let me know.  Also, if you
  53.         have a system I haven't covered, let me know and I'll see
  54.         what I can do to add you to the program.
  55.          
  56.  
  57.     PURPOSE
  58.  
  59.          This program is designed to allow users to take messages
  60.     they've captured from the net, and parse them in a format that
  61.     will allow them to import them into their favorite Recipe
  62.     program(s).
  63.          Currently supported programs are:
  64.     Quikbook, VITTLES, CompuChef, MealMaster, MRS: Master Recipe System,
  65.     Stevens and Other generic recipes.
  66.  
  67.  
  68.     REQUIREMENTS
  69.  
  70.          This program will run on any PC or clone with 640k (or more),
  71.     and PC or MS-DOS 2.11 or later.  It has been tested under 5.0 and
  72.     runs fine.  It is also suggested that you have a hard drive, but
  73.     this is not required.
  74.  
  75.  
  76.     HOW IT WORKS
  77.  
  78.          Recipeco works by looking through your text file for
  79.     identifiers that specify a particular style of recipe.  The program
  80.     will then place each type of recipe in its own file.  At this point,
  81.     your output will be similar to that produced by FOOD24.BAS.  If
  82.     you like to keep files for different programs seperately, then all
  83.     you need to do is rename these files before running Recipeco
  84.     again.
  85.          However, if you're lazy like me, you really want to have
  86.     all those recipes automatically converted to the format your
  87.     program uses.  To tell Recipeco to do this, you invoke the 
  88.     program with a command-line flag. Examples:
  89.  
  90.         Run program and leave files seperate:
  91.              c:\>recipeco
  92.  
  93.         Run program and convert to Quikbook:
  94.              c:\>recipeco QB
  95.  
  96.         Run program and convert to MealMaster:
  97.             c:\>recipeco MM
  98.             
  99. **      Command Line arguments for other systems are:
  100. **
  101. **          CompuChef - CC
  102. **          Vittles   - VT
  103. **          Stevens   - ST            
  104.  
  105.         After you start the program, you will be given a list (22 at
  106.     a time) of files in that directory.  You will then be asked to
  107.     enter the name of the file you want to use as the input file.
  108.     Once you've entered a valid filename, the system will show a
  109.     count of the lines as it goes through the file.  You will then be
  110.     given a listing of how many files of each type were found.  If
  111.     you specified an automatic conversion, the system will tell you
  112.     as it finishes each conversion to the target format.
  113.  
  114. **       Currently, automatic conversions work with Quikbook, MealMaster,
  115. **  Vittles, CompuChef, and Stevens recipe systems as the destination.
  116.     
  117. **      Because MealMaster, etc. are more structured formats than QuikBook,
  118. **  you will probably want to review the final file before attempting the import.
  119.  
  120.  
  121.     FUTURE
  122.  
  123.     Anything else you think you'd like added I'd like to hear about.
  124.     You can reach me by mail at the address in the introduction, or
  125.     leave me a message on the COOKING echo, or drop me a line at
  126.     Recipeco's Home BBS - Terraboard.
  127.  
  128.  
  129.     THANKS
  130.  
  131.         Thanks go to Bob Butler for QBook which got me interested
  132.     in all this, the members of the COOKING echo for their
  133.     wonderful recipes which have made writing this a labor of love,
  134.     and John P. Nicholson who's FOOD24.BAS helped me figure out the
  135.     formats used by some of the various recipe packages.
  136.     
  137. **  Also to Joann Pierce for putting up with my posts on the Echo :-)
  138.  
  139.         
  140.