File Hunter 1.0 README.TXT
Rev June 22, 1995

=================
ZIP File Contents
=================
This ZIP contains the following files:

	README.TXT - This file
	SETUP.ZIP  - The File Hunter SETUP program
	VBSRC.ZIP  - The Visual Basic source code
	DLLSRC.ZIP - The Visual C++ 1.51 DLL source code


==================================
Corrections To PC Magazine Article
==================================
The following corrections apply to the printed article (PC Magazine 
Vol. 14 No. 13) on File Hunter:

* All referenced to "FILEHUNT.DLL" should be replaced with "FMXTENDR.DLL".

The DLL which is included with FIle Hunter used to be called "FILEHUNT", but was later changed to "FMXTENDR" since it has more to do with extending File Manager 
than it has to do with File Hunter.
										 
* The source code snippet at the upper-left of page 326 is incorrect.

The source code snippet (from C:\WINDOWS\WINFILE.INI) will look like this immediately after installing File Hunter (of course, the "C:\FILEHUNT" path reference may 
differ on your installation):

	[AddOns]
	PC Magazine FMXTENDR=C:\FILEHUNT\FMXTENDR.DLL
 
	[FMXTENDR]
	FileHunter=C:\FILEHUNT\FILEHUNT.EXE
	;APP1={specify full path of an executable}
	;MenuItem1={specify custom menu item text}
	;APP2={specify full path of an executable}
	;MenuItem2={specify custom menu item text}

	;APP3={specify full path of an executable}
	;MenuItem3={specify custom menu item text}

If you want to add a custom menu item to the File Manager's "PCMagazine" menu, you can edit the WINFILE.INI file by removing the lead semicolon character on the 
appropriate lines so that it looks like this:

	[FMXTENDR]
	FileHunter=C:\FILEHUNT\FILEHUNT.EXE
	APP1=C:\WINDOWS\NOTEPAD.EXE
	MenuItem1=Run the Notepad applet
	;APP2={specify full path of an executable}

	;MenuItem2={specify custom menu item text}
	;APP3={specify full path of an executable}
	;MenuItem3={specify custom menu item text}
