home *** CD-ROM | disk | FTP | other *** search
/ Colossal Cookbook / ColossalCookbook.cdr / mm / mm_to_qb / mm_to_qb.doc < prev   
Text File  |  1991-03-16  |  4KB  |  106 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                                MM-TO-QB.BAS
  22.  
  23.                                Version 1.4
  24.  
  25.                                     by
  26.  
  27.                             John P. Nicholson
  28.                             1109 Mc Kinley Ave
  29.                        Alamogordo, New Mexico 88310
  30.  
  31.                              FidoNet 1:308/10
  32.                           (505) - 437-2280 - HST
  33.  
  34.     DISCLAIMER
  35.  
  36.           This basic program is here-by placed into the Public  Domain 
  37.     and  can  be  freely distributed, copied,  modified,  compiled  or 
  38.     deleted.    The author makes no warranties that this program  will 
  39.     or will not work on your system.  Use at your own risk.
  40.  
  41.     COPYRIGHT CREDITS
  42.  
  43.           Meal Master (C)                    Quikbook (C)
  44.  
  45.           Episoft Systems                  Robert J. Butler
  46.             Suite # 143                 7432 Sheridan Ave. South
  47.         10121 Evergreen Way             Richfield, Minnesota 55423
  48.      Everett, Washington 98204
  49.  
  50.     PROGRAM INTENT
  51.  
  52.           The program MM-TO-QB.BAS is a conversion utility that can be 
  53.     used  with  the program FOOD20.BAS.  The conversion  program  will
  54.     take  the file MEALMAST that is produced by FOOD20.BAS and use  it
  55.     as input for MM-TO-QB.BAS and convert the MEALMASTER Recipe files, 
  56.     (6.14 and 6.15) to QuikBook format.  The converted file will  have 
  57.     the  name MM-QBOUT.  The file MM-QBOUT may then be used  as  input
  58.     for the QuikBook Recipe program.
  59.  
  60.     PROGRAM FEATURES
  61.  
  62.           MM-TO-QB  requires either BASIC.EXE or BASICA.COM  in  order 
  63.     for the program to function.  To operate, execute Basica or  Basic 
  64.     with  the commands: BASIC/F:2 or BASICA/F:2 depending  upon  which 
  65.     basic you have.  Load the MM-TO-QB program and type RUN enter. The 
  66.     conversion  program looks for the file MEALMAST that contains  the 
  67.     recipes to be converted & creates an output file called  MM-QBOUT.
  68.     The  first line of the input file that says  -------------  Recipe 
  69.     will be converted to -Begin Recipe Export-.  The third line of the 
  70.     input  file  which  is the name of the recipe or  Title:  will  be 
  71.     converted   to  QuikBook  format.   The  fourth  line   of   input 
  72.     Categories:   will   be  converted  to  Keywords:   for   QuikBook 
  73.     compatibility and the remaining lines of the recipe will be copied 
  74.     word for word to the output file until the program encounters  the 
  75.     line of dashes that indicate the end of a MealMaster recipe.  This 
  76.     line will be converted to -End Recipe Export-.
  77.  
  78.           One  of the nicer features of this program is that  it  will 
  79.     use  the  Categories of MealMaster output and replace  the  spaces 
  80.     between categories with a "," so as to be compatible with Quikbook 
  81.     Keyword  format.  Some MealMaster recipes will have as  its  first 
  82.     Category "Main meal".  MM-TO-QB conversion program will not put  a 
  83.     comma between Main and meal so that the two words become an  index 
  84. |   key for QuikBook. If "Main meal" is not first, it becomes 2 words.
  85. |   The same holds true for "Side dish", as long as  this is the first
  86. |   category there will not be a comma between "Side" and "dish".
  87.  
  88.     PROGRAM NOTES
  89.  
  90.           WARNING - the input file MEALMAST must not have any  garbage 
  91.     characters  embedded  in the first or last line  of  the  recipes.  
  92.     this  input file will have to capable of being imported  into  the 
  93.     Meal  Master  Recipe program as being error free or  the  MM-TO-QB 
  94.     program  will  produce either nothing or garbage due to  the  GIGO 
  95.     (Garbage  in - Garbage out) syndrome.  This program  will  convert 
  96.     either  MM614 or MM615 recipes to QuikBook format. (MM615 has  two 
  97.     extra dashes in the first and last lines.
  98.  
  99.           I hope you enjoy using this program as much as I enjoyed the 
  100.     challenge  of writing it.  Watch for other conversion programs  as 
  101.     time  permits.   The author can be reached  via  FidoNet  1:308/10 
  102.     Netmail  or by calling Fast-Kode BBS on (505) 437-2280 or call  my 
  103.     residence on voice (your nickel - no collect calls) on (505)  437-
  104.     4308.
  105.  
  106.