home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Finance / Finance.zip / euro13.zip / readme.txt < prev   
Text File  |  1999-10-26  |  5KB  |  113 lines

  1.  
  2.   EuroCalc for OS/2         (c) 1998 Uwe Schlenther, 70193 Stuttgart, Germany
  3.   ---------------------------------------------------------------------------
  4.   Version 1.3
  5.  
  6.   EuroCalc is a simple calculator to convert between the Euro and the curren-
  7.   cies of the other countries where the Euro is being introduced.
  8.  
  9.   The EuroCalc dialog box consists of three entry fields where you can enter
  10.   an amount to convert. The currency of the amount is displayed next to each
  11.   entry field. Click on the currency symbol (or press the Enter key) and the
  12.   corresponding amounts in the other two currencies will be displayed.
  13.  
  14.   The topmost entry field is dedicated for Euro amounts. The currency of the
  15.   other two entry fields can be changed by clicking the currency symbol with
  16.   mouse button 2 (usually the right mouse button). A popup menu will appear
  17.   and you can select the desired currency.
  18.  
  19.   The EuroCalc system menu contains a menu entry to switch the display mode
  20.   between 2 digits and 4 digits.
  21.  
  22.   The window position and the selected currencies will be stored in a file
  23.   called EUROCALC.INI that resides in the same directory as EUROCALC.EXE.
  24.  
  25.   Adding Currencies
  26.   -----------------
  27.   EuroCalc can handle additional currencies if you enter their exchange rates.
  28.   The currency names and exchange rates reside in a file called RATES.TXT
  29.   which has to be placed in the same directory as EUROCALC.EXE. The format is
  30.   quite simple. An information set for each currency is placed in a separate
  31.   line and consists of the following information, separated ba commas:
  32.  
  33.     short name,long name,(price of 1 Euro)*1.000.000
  34.  
  35.   The short name may be up to 3 characters. The Euro price must be an integer
  36.   value.
  37.  
  38.   Example:  1 Euro costs 1.95583 German Marks (DEM)
  39.  
  40.     DEM,German Marks,1955830
  41.  
  42.   Example:  1 Euro costs 1.1760 US$  (January 5th, 1999)
  43.  
  44.     US$,US Dollar,1176000
  45.  
  46.   A sample RATES.TXT file is provided containing the US$ exchange rate of
  47.   January 5th, 1999.
  48.  
  49.   Parameters
  50.   ----------
  51.   EuroCalc accepts up to two command line parameters:
  52.  
  53.   EuroCalc [/D2|/DIGITS2|/D4|/DIGITS4] [Exchange Rates File]
  54.  
  55.   The parameter /D2 or /DIGITS2 forces EuroCalc to use 2 digits display,
  56.   no matter what was selected in the program. The menu setting will be
  57.   preserved for the next time you start EuroCalc without parameters. In
  58.   this mode, the "Show all Digits" menu entry does not appear.
  59.  
  60.   The parameter /D4 or /DIGITS4 forces EuroCalc to use 4 digits display,
  61.   no matter what was selected in the program. The menu setting will be
  62.   preserved for the next time you start EuroCalc without parameters. In
  63.   this mode, the "Show all Digits" menu entry does not appear.
  64.  
  65.   The "Exchange Rates File" is path and filename of the text file that
  66.   contains additional exchange rates. If this parameter is not set, the
  67.   filename defaults to RATES.TXT located in the same directory as
  68.   EUROCALC.EXE.
  69.  
  70.   Example:
  71.  
  72.   If you want to use 4 digits display and the exchange rates file ASIA.TXT
  73.   located in F:\DATA\EXCHANGE_RATES, you would start EuroCalc like this:
  74.  
  75.   EUROCALC /D4 F:\DATA\EXCHANGE_RATES\ASIA.TXT
  76.  
  77.   Shareware
  78.   ---------
  79.   If you like the program, please send 5 Euro to the following address:
  80.  
  81.          Uwe Schlenther, Bebelstrasse 30, 70193 Stuttgart, Germany
  82.  
  83.   As there are no real Euro banknotes, you can send anything that is nearly
  84.   equivalent to 5 Euro in your own currency. If you use EuroCalc in a company
  85.   or organization, please consider supporting me with a higher amount.
  86.  
  87.   There are no restrictions in the program and there will be no registration
  88.   keys. I created EuroCalc to support the OS/2 community and I hope that the
  89.   OS/2 community will in return support me.
  90.  
  91.   Questions, Comments, Bug Reports
  92.   --------------------------------
  93.   If you have any questions or comments or if you think you've found a bug,
  94.   please send e-mail to eurocalc@schlenther.de. If you can't send e-mail,
  95.   send a letter to the address shown above.
  96.  
  97.   Distribution
  98.   ------------
  99.   EuroCalc may be freely distributed as long as all the files remain unchanged
  100.   and the program is provided at no charge. If the program is distributed as
  101.   part of a collection of programs on a CD-ROM or diskette, a nominal fee may
  102.   be charged as long as the customer is made aware that he or she does not
  103.   pay for EuroCalc itself.
  104.  
  105.   Disclaimer
  106.   ----------
  107.   EuroCalc has been thoroughly tested and there are no known bugs. However,
  108.   the program comes with no warranty of whatever kind. You're using EuroCalc
  109.   completely at your own risk. You agree that it is your own responsibility
  110.   to take care of rounding flaws and whatever calculation errors could occur.
  111.  
  112.  
  113.