
=== drivers directory ================================================================

RITOUCH  EXE        driver
LINEAR.EXE          linearization program(4, 9, 25)
FREEDRAW.EXE        drawing test

=== tools directory ================================================================

DIRTOOL.EXE         program used to install driver


=== Installation =============================================================

Execute "install.bat [DESTDIR]", and it will do as follows

(1) copy files to hard disk, and
(2) modify/create C:\AUTOEXEC.BAT

ex. "INSTALL C:\" creates directory C:\RITOUCH into which files listed above
    will be copied, and C:\AUTOEXEC.BAT will be appended with:

    SET PATH=%PATH%;C:\RITOUCH
    RITOUCH.EXE

note: Execute "TPANEL /?" for more details.

=== Uninstall ================================================================

(1) Restore C:\AUTOEXEC.BAT with

    copy C:\AUTOEXEC.RIT C:\AUTOEXEC.BAT

(2) Delete all files copied with

    deltree C:\RITOUCH                     <--- (where you installed driver)


=== Linearization =============================================================
(1) 9 points linearization, command as the following.
    C:\>linear com1 9600 9
(2) 4 points calibration, command as the following.
    C:\>linear com1 9600 4
(3) 25 points linearization, command as the following.
    C:\>linear com1 9600 25

=== Drawing test =============================================================
Drawing test, command as the following.
    C:\>Freedraw com1 9600 
