iTouch driver v1.0 Copyright (c) 2003-2009 Liyitec Inc.
Release date: 11-24-2003

Description:
------------
INSTALL.BAT - Insatllation program
-This batch file copy all files related to DOS touch to the driver you specify.
-Usage: INSTALL SourceDIR  DestinationDIR , SourceDIR=Source disk or directory name.

idTouch.com  - Driver for URTC-1000 Controller
-This program are mouse drivers for URTC-1000 Touch Controller, which support
 many touch protocols.
 Help can be obtainded with the '/?' command line option.
-Basically it were written to use as small amount of memory as possible.
 They try to install themselves into upper memory first if availbale, so do
 not load high them with external utilities (like DOS lh command).
-Usage: idTouch /n /Mn /In or idTouch /U or idTouch /?
        where :
		/n    - where n is the COM port number from 1 to 4(Default=1)
		/In   - Force IRQ number (n is in hex: n=3-F)
		/B    - Force Button Mode
		/S    - Force Stream Mode
		/Mn   - Force Emulation Mode (n is in dec: n=0-3)
		/U    - Release driver
		/?    - Show help

iTouch.vpr  - Video mode parameters of your Video Card
-This file will be loaded with idTouch.com to support various video mode of
 your video card. Use UTC.exe to edit this file if your application do change
 video mode and mouse can not map to correct touch position within the AP.

GetCOM.exe  - Scan COM Port for UTC controller
-This program search from COM1-COM4 for UTC controller and report COM port
 that has UTC connected!!
 
SCANUTC.bat - Scan COM for UTC and setup UTCPORT variable for all other
 utility programs that required COM port parameter.

iLoad.bat   - Driver installer.
-iLoad is use to load iTouch.com driver with a correct protocol mode.
-Usage: iLoad

GetVMode.com- Get video mode history that the last application been enter
-The touch driver trap int10 entry and log the video mode that the application
 try to enter. This program is useful for the application that enter a video
 mode with resolution not support by the default driver setting.
-Usage: GetVMode

UTC.exe     - Settup utility for URTC-1000 controller.
- This utility let you change working parameters of URTC-1000 controller.
