home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / mpg20.zip / MPG.DOC next >
Text File  |  1990-04-05  |  5KB  |  130 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                      MPG
  7.                         A MILES-PER-GALLON CALCULATOR
  8.                                  Revision 2.0
  9.  
  10.                            Written by Robert Wilcox
  11.                            920 N. Washington St.
  12.                            Owosso, MI 48867
  13.  
  14.   This program allows you to enter mileage information and amount of fuel
  15.   purchased.  It calculates miles-per-gallon and saves it to disk.
  16.  
  17.   You may display the accumulated information on the screen or print it
  18.   on the line printer.                
  19.   
  20.   The program takes advantage of a mouse if one is installed.  Simply move
  21.   the cursor and click a button.      
  22.   
  23.   You may also make selections by moving the highlight to the desired
  24.   selection with the arrow keys and then pressing enter or by pressing
  25.   the appropriate letter key and then pressing enter.
  26.  
  27.   If MPG data files already exist on the default drive the first menu
  28.   will be a listing of those files such as:
  29.  
  30.                          ----------------
  31.                          |     *.MPG    |
  32.                          |--------------|
  33.                          | CALAIS90.MPG |
  34.                          | CALAIS89.MPG |
  35.                          | FLEET001.MPG |
  36.                          ----------------
  37.  
  38.  
  39.     Select a vehicle.  Press ESC or click outside the box for other options
  40.  
  41.   If more than 10 files are found, the list can be scrolled up and down with
  42.   the arrow keys.  A vehicle can be selected at this time or other options 
  43.   can be selected by pressing ESC or clicking a mouse button while the cursor
  44.   is outside the selection box. The other options menu is:
  45.  
  46.            ------------------------------------------
  47.            |               SELECT                   |
  48.            |----------------------------------------|
  49.            | Enter a new vehicle name               |
  50.            | Specify a drive/path for vehicle files |
  51.            | Return to previous menu                |
  52.            | Quit ... return to DOS                 |
  53.            ------------------------------------------
  54.   
  55.  
  56.   After a vehicle has been selected the following menu appears:  
  57.  
  58.            -------------------------------------
  59.            |  MPG MAIN MENU   Vehicle: CALAIS90|
  60.            |                                   |
  61.            |-----------------------------------|
  62.            | Calculate MPG                     |
  63.            | Print MPG results on printer      |
  64.            | Show MPG results on screen        |
  65.            | Select different vehicle          |
  66.            | Information and program setup     |
  67.            | Quit                              |
  68.            -------------------------------------
  69.                                   
  70.  
  71.   Your printouts may be customized with the vehicle model name and its    
  72.   EPA mileage figures.
  73.  
  74.   Selecting INFORMATION AND PROGRAM SETUP will show you the present
  75.   information and ask if you want to change it:
  76.  
  77.  
  78.   Present Model:       1986 Olds Calais                                
  79.   Present EPA (City):  23
  80.   Present EPA (Hwy):   32
  81.  
  82.   You will be given the opportunity to enter or change the model or EPA
  83.   figures.       
  84.  
  85.  
  86.  
  87.   Display of the mileage information appears as: 
  88.  
  89. ________________________________________________________________________________
  90.  
  91.                    For 1986 Olds Calais     EPA = 23 / 32
  92. ________________________________________________________________________________
  93. ________________________________________________________________________________
  94.  
  95.   #  DATE   MILEAGE   ELAPSED  GALLONS    MPG    PRICE   PR/M    A.MPG   A.PR/M
  96. ________________________________________________________________________________
  97.  
  98.   1 030388   10418.0     180.0      9.4   19.1     8.75   .05     19.1     .049
  99.   2 031888   10589.0     171.0      9.0   19.0     8.15   .05     19.1     .048
  100.   3 040588   10747.0     158.0      8.3   19.2     7.75   .05     19.1     .048
  101.   4 040988   10921.0     174.0      7.5   23.2     7.00   .04     20.0     .046
  102.   5 042588   11060.0     139.0      7.1   19.5     7.50   .05     19.9     .048
  103.   6 042988   11378.0     318.0     10.6   30.0    11.70   .04     22.0     .045
  104.   7 043088   11692.0     314.0     11.3   27.8    12.50   .04     23.0     .044
  105. ________________________________________________________________________________
  106.  
  107. TOTALS THIS PERIOD:     1454.0     63.2   23.0    63.35   .04
  108. ________________________________________________________________________________
  109.  
  110. GRAND TOTALS:           1454.0     63.2   23.0    63.35   .04
  111.  
  112. ________________________________________________________________________________
  113.  
  114.  
  115.  
  116.   
  117.   MPG is distributed as user-supported software.  If you find           
  118.   the program is useful you may send a donation of $5.00 to:            
  119.   
  120.                         Robert Wilcox
  121.                         920 N. Washington St                            
  122.                         Owosso, MI     48867                            
  123.   
  124.   Communications regarding this program may be addressed to the above or
  125.   to BOB WILCOX on the EXEC-PC bulletin board or to user 71601,1541
  126.   on Compuserve.
  127.  
  128.   End of MPG.DOC
  129.  
  130.