-----------------------------------------------------------------------------
	    Some notes about the included files for Hugi compo #7
				 by TAD 1999
-----------------------------------------------------------------------------

PACKER.BAT	- This should contain the command(s) and parameters needed
		  to run your 'packer' program(s). As a number of people
		  have mentioned about using more than one program to
		  packer HUGI.RAW into their ENTRY.COM program I have added
		  this batch file to make things easier.

CHECK.BAT	- A new batch file to test both your packer and depacker.

RAWCHK.COM	- slow RGB compare program which displays the RGB
		  differences between two 64768 byte raw files.

FASTCHK.COM	- Indentical to RAWCHK.COM except this does not change
		  screen mode or display any graphics.

TIMER.COM	- a VERY basic timer which is used in the TESTPACK.BAT
		  to give Mins:Secs.55ms time difference.
		  (This creates the temporary file "TIMER.TAD")

			to start timer:		TIMER
			 to stop timer:		TIMER x


-----------------------------------------------------------------------------
		       	 And of course, some source.
-----------------------------------------------------------------------------

TIMER.ASM
RAWCHK.ASM
FASTCHK.ASM
GRAB.ASM

		     	      Have Fun, regards
				     TAD
