RELEASENOTES
============

Fandro is a file search tool. I hate Windows XP's new
search tool and I also have a distaste of search tools
that aren't free. Or ripped off 'light' versions of
'professional' ones.

Using Fandro should be straight forward. If you run into
bugs, please e-mail me.

arthur.hoogervorstNOSPAM@gmail.com (remove NOSPAM block).

Fandro's official release site is at
http://hoogervorst.ca/arthur. At this stage I'm considering
open-sourcing Fandro.

PLEASE DO NOT DISTRIBUTE THIS FILE WITHOUT THIS
RELEASENOTES FILE. YOU ARE FREE TO DISTRIBUTE FANDRO
*FREE* OF CHARGE. YOU ARE NOT ALLOWED TO CHARGE FOR
ANY FILE IN THE OFFICIAL RELEASE UNLESS I SAY SO.


You're welcome,


Arthur

TIPS
====

Commandline interface:

--dir="C:\", folder to use.
--qry="WORDS TO LOOK FOR", words to look for
--msk="*.EXE", mask to use.
--cmd="[SWC]", combination of SWC (Subfolders, Whole words, Case sensitive]
--mtc="(ANY, ALL, EXACT)", choice of one of the three (example: --mtc="EXACT")
--run  (no options), run immediately.

Full example:

fandro --dir="c:\program files" --msk="*.mp3" --run


AH072006
+ Add commandline interface.
AH071706
+ Allow Explorer menu access.
AH071606
+ Finally an case sensitive fix. Needed to actually replace some code
  in Finder Object (uppercase chars/data).
AH072705
+ Bug in folder search: add hidden folders too...
+ Bug in fileInuse function (particularly ReadOnly/Hidden flags)
+ Bug in Case Sensitivity. Inverse in uFindThread.

1.0.0.6
+ Official Internet release.