home *** CD-ROM | disk | FTP | other *** search
/ Media Depot 5 / mediadepotvolume51993.iso / FILES / 04 / CLC192.ZIP / README.1ST < prev    next >
Encoding:
Text File  |  1996-05-17  |  4.1 KB  |  118 lines

  1. Scientific Command Line Calculator Q, ver 1.91
  2. ==============================================
  3.  
  4.  
  5. Distribution
  6. ------------
  7.  
  8. This is a shareware. Please see below how to register.
  9. You may freely distribute the package as a whole provided no changes 
  10. are made.
  11.  
  12.  
  13. Features
  14. --------
  15.  
  16. Q.EXE is a command line calculator. That is, you type q and your 
  17. expression and after the calculation is done, you are back at the DOS 
  18. prompt. e.g. type q 1+2 to obtain 3.
  19. Command line calculator enables to use all DOS resources, and especially 
  20. to use batch files.
  21.  
  22. Q.EXE plots graphs, solves equations, outputs tables of data, does 
  23. statistics, reads and writes to files and printer. Q knows how to do 
  24. bitwise (64 bits) and logical operations and to change bases (2-36).
  25. And of course it knows simple math like 1+1...
  26. Also, it includes predefined constants with state of the art precision.
  27. Results are displayed with up to 17 digits precision.
  28. The program includes many help screens. 
  29. To get help type q or q ? and follow instructions.
  30.  
  31. The package comes with a tutorial batch file (tutor.bat).
  32. To run the tutorial type tutor.
  33.  
  34.  
  35. Installation
  36. ------------
  37.  
  38. The program works slowly from diskettes, therefore for good performance
  39. copy the files to a directory on your hard disk.
  40. For fastest long computations, include a line in your autoexec.bat 
  41. to copy q.exe into a ram drive and include the ram drive in the path. 
  42. The reason is that the program is NOT resident and it reloads every 
  43. time you invoke it. The advantage is that it does not use your memory
  44. after  the calculation is done.
  45. To display graphics, an EGA/VGA driver is included. if your screen
  46. is using a different format you should add an appropriate Borland C++
  47. BGI driver. The program looks for the BGI graphic driver in the current 
  48. direcory or in \clc.  
  49.  
  50. If you have a black and white screen, add SET Q=W to your autoexec.bat,
  51. this will indicate to the program to write only in black and white
  52. and improve your screen visibility.
  53.  
  54. If you run into any problem, please send a message to the author.
  55.  
  56.  
  57. Files in this package: (clc191.zip)
  58. -----------------------------------
  59.  
  60. *  README.1st - this file.
  61.  
  62. *  Q.EXE is the calculator (ver 1.91). 
  63. This version will run on 286 or a higher processor.
  64. For graphics you need a VGA or EGA display. You may use other displays
  65. provided you place the right turbo c++ graphic driver in directory \clc
  66.  
  67. *  EGAVGA.BGI Turbo C++ 3.5 (Borland) video driver.
  68.  
  69. *  TUTOR.BAT is a tutorial batch file. Run it to see how Q.EXE works,
  70. then you may edit your own batch files to run complicated calculations.
  71. Q.EXE itself includes many help screens.
  72. During the tutorial session some outputs are written to text files
  73. having the extention *.q and may be deleted later.
  74.  
  75. *  A.dat and B.dat are files used by tutor.bat
  76.  
  77.  
  78. How to use q.exe
  79. ----------------
  80.  
  81. How to use the calculator is described in the help screens and the 
  82. tutorial batch file. Here are some highlights.
  83. The program works as a command line. To do something you enter q and 
  84. an expression separated with a space. e.g. q 1+2 will result in 3... 
  85. If you type just q or q ? you will be referenced to a list of help 
  86. screens.
  87. For example q ?u will display a getting started screen, q ?k is a 
  88. reminder of all keywords etc.
  89. As a command line program q.exe may run from a batch file to perform 
  90. sequence of related computations. The accompanying tutorial batch file
  91. (tutor.bat) is used in this way. You may edit it or write your own
  92. batch files or use script files (see the tutorial).
  93.  
  94.  
  95. How to get help from the author
  96. -------------------------------
  97.  
  98. You may get help directly from the author in several ways.
  99. Send a message to:
  100.  
  101. Alex Lepek
  102. internet:   100264.565@copuserve.com
  103. compuserve: 100264,565 
  104. Please describe your hardware and the version of the program.
  105. The version of the program is displayed when you enter "q" or "q ?r"
  106.  
  107.  
  108. Registration
  109. ------------
  110.  
  111. Finally, if you like the calculator and decide to keep it, your
  112. registration fee will be appreciated.  
  113. For your convenience this message is repeated when you enter q ?r when
  114. running the program.
  115.  
  116. Enjoy,
  117. The author.
  118.