home *** CD-ROM | disk | FTP | other *** search
/ On Disk Monthly 62 / odm62.zip / EZCALC.TXT < prev    next >
Text File  |  1991-10-11  |  4KB  |  156 lines

  1. EZ CALCULATOR
  2. banner colors 7 7
  3. SG
  4. ez calc static
  5. static 53,51
  6. AG
  7. ez calc animation
  8. T #1 1 80,67 38
  9. T #2 1 82,227 38
  10. T #3 1 141,272 38
  11.  
  12. ^C^Bby Terrance Emerson^B
  13. ^C^BEdited by James Barberousse^B
  14.  
  15.  
  16. How often have you sat at your computer in the middle of editing some
  17. document, sans calculator, and needed to divide 53 by 15.24?  Well,
  18. happily you're not alone.  Terrance Emerson had the same problem and
  19. came up with a solution:  Ez Calculator.  This handy, desktop
  20. calculator with a scrolling electronic tape can be run as a standard
  21. DOS application or alternatively as a TSR.  As a TSR, it can be
  22. invoked in the middle of another application to provide a quick
  23. answer to a math problem.  Just in case you're wondering:  3.47769.
  24.  
  25.  
  26.  
  27. ^C^BEz Calculator as an Application^B
  28.  
  29. To invoke Ez Calculator as an application, simply type
  30.  
  31. >EZCALC
  32.  
  33. from DOS.  Then, press any key to remove the About Box.  Your desktop
  34. calculator is now ready to use.
  35.  
  36. The following is a summary of the available commands:
  37.  
  38. +, A-Add:
  39. Add Entry to Current Result.
  40.  
  41. -, S-Subtract:
  42. Subtract Entry from Current Result.
  43.  
  44. /, D-Divide:
  45. Divide Current Result by Entry.
  46.  
  47. *, M-Multiply:
  48. Multiply Current Result by Entry.
  49.  
  50. L-Natural Logarithm (base e = 2.7182818...):
  51. Take Natural Log of next Entry.
  52.  
  53. U-Square Root:
  54. Take Square Root of next Entry.
  55.  
  56. P-Number of decimal places to use (from 0 to 5):
  57. Enter number of decimal places to use for future calculations.
  58. Press P (or E, =, ESCAPE, ENTER) again to resume calculations.
  59.  
  60. $, F-Financial mode (2 decimal places):
  61. Toggle between Floating mode (0 to 5 decimal places) and
  62. Financial mode (2 decimal places).
  63.  
  64. T-Tape On/Off:
  65. Toggle tape display On and Off.  All calculations go to the
  66. tape, even if it is not currently on the screen.
  67.  
  68. C-Clear:
  69. Clears Entry and Current Result to zero.
  70.  
  71. F1, H-Help:
  72. Provides a summary of commands.  Press ESC to resume
  73. calculations.
  74.  
  75. F2, B-About:
  76. Provides program credits and copyright info.  Press any key to
  77. resume calculations.
  78.  
  79. 0123456789.-Entry:
  80. Numeric entry.
  81.  
  82. DELETE-Delete:
  83. Removes one digit at the cursor.
  84.  
  85. R-Remove Digit:
  86. Clears the entire Entry to zero; does not effect Current Result.
  87.  
  88. ESCAPE, Q-Quit:
  89. Open a quit dialog box.  Select Y(es) to Leave Ez Calculator and
  90. N(o) to stay.
  91.  
  92. =, ENTER, E-Equals:
  93. Complete the calculation in progress.
  94.  
  95. NUM LOCK, O-Num Lock:
  96. Toggle Num Lock On and Off.
  97.  
  98. up/down arrows, PGUP, PGDN-Scroll:
  99. Scroll through tape entries (if it is on the screen).
  100.  
  101. F3-Print:
  102. Print entire tape to your printer.
  103.  
  104. F4-Clear:
  105. Clear tape's contents.
  106.  
  107.  
  108. ^C^BEz Calculator as a TSR^B
  109.  
  110. To configure Ez Calculator as a Terminate Stay Resident program, type
  111.  
  112. >EZCALC TSR
  113.  
  114. from DOS.  An about box will pop up indicating that Ez Calculator
  115. has been loaded and that CTRL-ALT-C will invoke it.  Press any key to
  116. clear this message from your DOS screen.
  117.  
  118. Now, whenever you need to perform a calculation, simply press
  119. CTRL-ALT-C to reenter Ez Calculator.  To quit, press ESCAPE as usual;
  120. however, this quit dialog allows 3 choices:
  121.  
  122. Q-Quit Ez Calculator for now, but leave it in memory:
  123.   You may reenter again later by typing CTRL-ALT-C again.
  124.  
  125. R-Quit Ez Calculator and remove it from memory:
  126.   You may not reenter again with CTRL-ALT-C.
  127.  
  128. C-Continue:
  129.   Abort request to quit and resume calculations.
  130.  
  131.  
  132. ^C^BImportant Disclosures^B
  133.  
  134. This program contains licensed software materials from
  135.  
  136. ^CEagle Performance Software
  137. ^CPO Box 122237
  138. ^CFort Worth  TX  76121-2237.
  139.  
  140. TSR routines are licensed and registered with the TesSeRact group.
  141.  
  142.  
  143. ^C^BOutside of On Disk Monthly^B
  144.  
  145. To run Ez Calculator outside of On Disk Monthly, type
  146.  
  147. >EZCALC      --  To run as a standard DOS application.
  148.  
  149. >EZCALC TSR  --  To run as a TSR.  Invoke with CTRL-ALT-C.
  150.  
  151.  
  152.  
  153.  
  154. ^C^BFiles This Program Uses^B
  155. ^FEZCALC.EXE
  156.