home *** CD-ROM | disk | FTP | other *** search
- QF is a file find utility which supports ALL compressed file methods I know
- of at this time.
-
- Current compression methods supported are: ARC, DWC, LZH, LZS, ZIP, PAK,
- and ZOO.
-
- ============================================================================
-
- Revision History:
-
- 4.50 - Re-wrote self verification feature, because old
- one was WAY too slow. This version should start
- searching almost immediatly. Also tried my
- hand at writing assembler routines, to cut down
- on the ever enlarging code size (without assembler
- routines, EXE file was around 32.5K). Didn't
- achieve a lot of space savings, but got some
- assembler under my belt now (sigh).
-
- 4.01 - Added command line switch to enable redirection.
-
- 4.00 - Fixed bug that wouldn't allow finding of filenames
- with a '-' character as the FIRST character in the
- filename.
-
- Fixed bug when just QF ? was entered at the prompt.
- Now this will give the same screen as if you had
- just typed QF <cr>.
-
- Added /T switch to give subdirectory size and total
- breaks between each directory search.
-
- 3.60 - Implemented 32-bit CRC self-checking of QF.EXE
- file upon start-up, to insure no tampering has
- been done to the file.
-
- Implemented a total re-write of the command line
- parsing routine, to fix a bug in it when there was
- a '-' or '/' character in the file specification.
-
- Removed DWC, LHARC, LARC and PKZIP Self Extracting
- archive searching for the sake of speed. I did
- not realize the amount of time it added to the
- compressed file searches when I added it, thinking
- looking in SFX files was worth it. In my opinion,
- it's not.
-
- 3.51 - Minor Bug Fixes
-
- 3.50 - Added DWC, LHARC, LARC, and PKZIP Self Extracting
- archive support
-
- 3.02 - Added more command line flexibility.
- Added QF_OPT environment variable to specify
- default QF switches.
-
- 3.01 - Stripped path from files in LZH format when
- displaying them
-
- 3.00 - Added support for LARC version 3.33, and DWC
- version 4.95 archives.
-
- Added the /E switch to list archive formats
- currently supported.
-
- 2.14 - Miscellaneous bug fixes.
-
- 2.13 - Changed compilers from Turbo C version 2.0
- to Microsoft C version 5.1. This led
- to a substantial improvement in speed. Also
- fixed bug when searching all drives, would
- skip the C: drive if floppy B: was
- present.
-
- Included test results and batch file for
- comparison of QF to Norton's File Find version
- 4.50 (QF.TIM = results, TEST.BAT = batch)
-
- 2.12 - Added .LZH file searching.
- Added "Are you sure" prompt and warning
- when using the /D /N switch combination.
-
- 2.11 - added .ZOO file searching. Fixed error
- checking when searching compressed files.
- (program would just hang up without
- telling you there was an error).
-
- Removed /ARC, /O, /ZIP, /ZO switches and
- replaced them with /CF and /CO to search
- ALL compressed files automatically.
-
- 2.10 - added .ZIP searching and global delete.
-
- 2.00 - added .ARC & .PAK searching
-
- 1.00 - initial release. Plain "whereis"
- utility
-