home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / SCIENCE / CMSTR101.ZIP / MANUAL.DOC < prev    next >
Text File  |  1994-04-01  |  20KB  |  461 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                                Conversion Master
  12.  
  13.                                  Version  1.0
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.          Legal Stuff:
  26.  
  27.          Copyrights / Trademarks:
  28.          The Conversion Master(TM) program and all files distributed with it
  29.          are Copyrighted (C) by Pryority Systems Inc. who retains all
  30.          rights.  No part of it can be reproduced in any way other than
  31.          covered in the license agreement.  The name Conversion Master(TM) is
  32.          a trademark of Pryority Systems Inc.
  33.  
  34.          Guarantee:
  35.          There are no implied warranties or guarantees of accuracy.  The
  36.          conversion factors used in Conversion Master have been carefully
  37.          researched by Pryority Systems Inc. and are believed to be
  38.          accurate.  If you find an error, please let us know and we will
  39.          correct it in the next version.  That is our guarantee.  Pryority
  40.          Systems Inc. will not be held liable for any damages or loses
  41.          resulting from information produced by this program.  Your use of
  42.          Conversion Master is your acceptance of these terms.
  43.  
  44.  
  45.  
  46.                                 Copyright (C) 1994
  47.  
  48.                                Pryority Systems Inc.
  49.  
  50.                                 All Rights Reserved
  51.  
  52.                                  Conversion Master
  53.  
  54.  
  55.  
  56.          Overview of the Program:
  57.  
  58.          Conversion Master is a unit of measure conversion program.  It
  59.          will work from the command line or from a full screen interactive
  60.          mode.  It is intended to be useful and easy to use.
  61.  
  62.  
  63.          Installation:
  64.  
  65.          Conversion Master and all of the files delivered with it should
  66.          be copied into the same directory.  It is best if this directory
  67.          contains only the Conversion Master files but it is not required.
  68.          If you already have a directory for your utility programs, this
  69.          is a good place.  This directory should also be included in the
  70.          PATH command.  See your DOS manual for instructions on making
  71.          directories, copying files and the PATH command.  See your
  72.          Windows manual for installation in your Windows desktop.
  73.          Although Conversion Master is a DOS program, it can be launched
  74.          from your Windows desktop and operate in a DOS window.  CM.ICO is
  75.          a Windows icon provided for this purpose.
  76.  
  77.  
  78.          Command Line Mode Of Operation:
  79.  
  80.          Conversion Master will operate from the DOS prompt.  This is
  81.          called the command line where DOS interprets and executes
  82.          commands. Here is an example of how to use Conversion Master at
  83.          the command line.  At the DOS prompt type:
  84.  
  85.          CM 24 INCHES TO FEET  <enter>
  86.  
  87.          <enter> means to press the ENTER key.  On the following line you
  88.          will see:
  89.  
  90.          24 Inches = 2 Feet
  91.  
  92.          CM is easier and quicker to type than CONVERSION MASTER.  The
  93.          units can be entered in upper or lower case letters.  They can
  94.          also be entered in singular or plural units.  Some units can be
  95.          entered by their abbreviation.  For example, any of the following
  96.          commands will return the same line:
  97.  
  98.          CM 24 INCHES TO FEET <enter>
  99.          cm 24 inches to feet <enter>
  100.          cm 24 in to ft <enter>
  101.          cm 24 inch to foot <enter>
  102.          cm 24 in to foot< enter>
  103.          cm 24 inches to ft <enter>
  104.  
  105.          You probably get the idea.
  106.  
  107.  
  108.          Copyright (C)  1994,  Pryority Systems Inc.               Page  1
  109.  
  110.                                   Conversion Master
  111.  
  112.  
  113.  
  114.          Now try this, type
  115.  
  116.          cm 36 <enter>
  117.          You should get the following line:
  118.  
  119.          36 Inches = 3 Feet
  120.  
  121.          CM saves the units used in each new conversion.  If you have only
  122.          1 parameter on the command line with the CM command, and that
  123.          parameter is a number, CM will use the same units of measure that
  124.          were used in the previous conversion.  The only difference is
  125.          that the new number will be converted this time.  This can be
  126.          very handy for converting a series of numbers with common units.
  127.  
  128.          Conversion Master will not let you convert units that are not
  129.          compatible.  For example, type the following:
  130.  
  131.          CM 2 FT TO GAL <enter>
  132.  
  133.          You will see an appropriate message that says
  134.  
  135.          "Feet" can not be converted to "Gallons"
  136.  
  137.          To get a list of all units of measure that are accepted and the
  138.          abbreviations accepted, just type:
  139.  
  140.          CM LIST
  141.  
  142.          You will see a list that includes the category the unit belongs
  143.          to, the plural name and the abbreviation, if there is one.  Not
  144.          all units have an abbreviation associated with it as you will see
  145.          from the list.
  146.  
  147.          CM PRINT will do the same but this will send the output to your
  148.          printer.  It is several pages long so have plenty of paper ready.
  149.  
  150.          CM ? <enter>
  151.          CM H <enter>
  152.          CM HELP <enter>
  153.  
  154.          Any of these 3 commands will display a short summary of the
  155.          commands available.
  156.  
  157.  
  158.          Interactive Mode Of Operation:
  159.  
  160.          An interactive mode is also available.  Type the following:
  161.  
  162.          CM <enter>
  163.  
  164.  
  165.  
  166.          Copyright (C)  1994,  Pryority Systems Inc.               Page  2
  167.  
  168.                                   Conversion Master
  169.  
  170.  
  171.  
  172.          You will see a screen that lists some of the available categories
  173.          at the top of the screen.  At the bottom of the screen is a
  174.          message area that will prompt you as you go along.  A Copyright
  175.          message and a reminder to register the shareware version will
  176.          displayed for a brief period.
  177.  
  178.          The interactive mode is designed to be as natural as possible.
  179.          You use the cursor (arrow) keys or the TAB key to move around.
  180.          Press the ENTER key to get into a mode and press the ESC key to
  181.          get out.  This is consistent throughout Conversion Master.
  182.  
  183.          When you first get into the interactive mode, there will be a
  184.          highlighted category of units at the top of the screen.  You can
  185.          select the category you are interested in by moving the highlight
  186.          there and pressing ENTER or you simply press the highlighted
  187.          letter in the name.  This will display all of the units of
  188.          measure within the category in the center part of the screen.
  189.          For this demonstration we will work with the units of measure in
  190.          the Length category.  The Length category should already be
  191.          highlighted at the top of the screen.  If it is not, use the
  192.          cursor keys to move the highlight to Length and press the ENTER
  193.          key.  This will fill the screen with the units of measure in the
  194.          Length category.
  195.  
  196.          Notice that the first unit in the list is highlighted and that
  197.          the highlight at the top of the screen has disappeared.  Any
  198.          cursor keys that are pressed now will move this new highlight.
  199.          You can now move to the unit of measure that you know and would
  200.          like to convert to one of the other units.  Use the cursor keys
  201.          now to move to the Inches units.
  202.  
  203.          When you type the number that you want to convert, the highlight
  204.          will change size and color to indicate that you are in the Edit
  205.          Mode for number entry.  Here you can type in the full number then
  206.          press ENTER.  At this time, the known unit of measure, the one
  207.          you just entered, is converted to all other units of measure.
  208.          The highlight also changes back to it's original size and color
  209.          which means you are out of the Edit Mode and can move the
  210.          highlight to a new unit.  You can try it now and watch the other
  211.          units change to the equivalent length that you enter into the
  212.          Inches box.
  213.  
  214.          Typing a number before placed you into the Edit Mode at that unit
  215.          of measure.  You could have pres