                                                                   07/20/2004
  TRE (Tascal Registry Editor)
    Version 0.83
  (C) Copyright 1997-2004, TascalSoft. All rights reserved.

                                                  tascal@msb.biglobe.ne.jp
                                       http://www2r.biglobe.ne.jp/~tascal/

1. GENERAL
----------
  This is a registry editor program like the Windows 95 one. You edit
  registries at your own risk.

  Currently, The find function has not been implemented. But you can exports
  all registry keys to a file. It is a text file. So you can find any keys
  by some editor.


2. INSTALL
----------
  INSTALL TO THE Pocket PC
  
    1) At first, You should copy the cabinet file
       (example TascalApp.mips.CAB) to the "\Windows\Start Menu" folder.
    2) And then, click the start menu on your Pocket PC.
    3) Execute the copied CAB file on your Pocket PC.


  INSTALL TO THE H/PC
  
    1) Copy the cabinet file (example TascalApp.mips.CAB) to the your H/PC
       by ActiveSync.
    2) Execute the copied CAB file on your H/PC.


3. UNINSTALL
------------
  UNINSTALL FROM THE Pocket PC

    1) Tap the 'start icon'
    2) Select 'Settings' item
    3) Tap the 'System' tab
    4) Select 'Remove Programs' item
    5) Choose a program from the list (Example TascalSoft TascalApp)
    6) Tap the 'Remove' button


  UNINSTALL FROM THE H/PC

    1) Click the start menu
    2) Select 'Settings' 'Control Panel' item
    3) Laungh the 'Remove Programs'
    4) Select the application (example TascalSoft TascalApp) item
    5) Cllick the 'Remove' button


  UNINSTALL FROM THE P/PC

    1) Click the start menu
    2) Select 'Remove Programs' item
    3) Select the application (example TascalSoft TascalApp) item
    4) Cllick the 'Remove' button


4. HOW TO USE
-------------
  Basic operations may be same as standard Windows RegEdit. Sorry, now we
  have no english document about operations of this program.

4.1 EXAMPLE OF IMPORT/EXPORT FILE

  ----- BEGIN
  # Change Glyph Cache (Default8000)
  [HKEY_LOCAL_MACHINE\SYSTEM\GDI\GLYPHCACHE]
  "Limit"=dword:00010000
  ----- END

4.2 COMMANDLINE

  If a registry file is specified. TascalRegedit will import the registry file.

  <option>
  -s : Silent Mode (No confirmation dialog)

  <example>
  TascalRegEdit -s test.reg


5. RESTRICTIONS
---------------
  + Find function is not support.
  + Current version don't support bellow functions. I want to support these
    in furture.
  + Editing buffer size is 8192 bytes.


6. HISTORIES
------------
  The latest version of this program may be found in my web site:
  <http://www2r.biglobe.ne.jp/~tascal/>.

  07/20/2004 version 0.82
    + Handling an issue of exporting all registry value with iPaq h2210

  12/05/2003 version 0.82
    + Add a association function
    + Add check mark on view vertical menu item
    + Change default file extension form '.txt' to '.reg'.

  11/28/2003 version 0.81
    + Change the program name from TascalRegEdit to TRE.
    + Fixed a bug of view virtical option.

  06/26/2003 version 0.80
    + Support sigmarion III
    + Change the latest class library

  12/27/2001 version 0.70
    + Change file extension from '.reg' to '.txt'.
    + Comment line
    + Add silent import option '-s'

  03/15/2001 version 0.62 (P/PC version only)
    + Bug fix : Did not export registry key to the file. (version 0.60/0.61)

  02/16/2001 version 0.61
    + Bug fix : Did not display tool button bitmap.(version 0.60)

  02/09/2001 version 0.60
    + Support Pocket PC
    + Enhance window splitter function

  08/11/2000 version 0.54
    + Support FUJITSU INTERTOP
    + Make CAB installer

  06/05/2000 version 0.53
    + Test version for x86 binary

  10/02/1999 version 0.52
    + Enable delete menu item always
    + Buf fix: two '\' simbol with rootkey in exported registry file.
    + Change command line function

  04/16/1999 version 0.51
    + Bug fix: don't work with P/PC.
    + Use command bands for P/PC version.

  04/10/1999 version 0.50
    + Add copy and paste function.

  02/11/1999 version 0.41
    + Change editting buffer size from 4092 to 8192 bytes.
    + Change internal processing (editting multi string).

  02/11/1999 version 0.40
    + Bug fix: Incorrect multi string accessing.
    + Bug fix: Incorrect binary editting.
    + Open a importting file from command line.
    + Add error message when you can't set value.
    + Add file extension (*.reg) when you export a file.

  09/20/1998 version 0.30
    + Bug fix: key is deleted when a user try to rename a key and use same
      name.
    + Support edit multi string value and binary data.

  07/07/1998 version 0.25
    + Press enter key to edit a value.
    + Show current selection.
    + Switch view by TAB key.
    + Bug fix: sometimes can't edit a value.
    + Change vertical sash position by screen size.

  06/07/1998 version 0.23
    + Bug fix: can't export registry key path correctry.
    + Path of registry key is displayed at status bar.

  05/11/1998 version 0.22
    + Bug fix: can't delete a key or rename a key with CE2.0.

  03/29/1998 version 0.21
    + Bug fix: error on refresh.

  03/20/1998 version 0.20
    + Support import/export registry keys to file.
    + Support add key function.
    + Support rename key function.
    + Bug fix: don't execute on english version H/PC.

  03/08/1998 version 0.10
    + First release version.


7. AGREEMENT
------------
  We have no warranty for any results of using this program.
  If you have any problem with this program, please contact us by e-mail.


8. NOTE
-------
  If you have any questions or opinions, please send e-mail to us,
  tascal@msb.biglobe.ne.jp .
