home *** CD-ROM | disk | FTP | other *** search
-
-
- ┌────────────────────┐
- │ File Finders 2.0 │
- └────────────────────┘
-
-
- This package contains two programs, TFF and FFE. TFF will search
- for any file and optionally delete and/or copy them. FFE will also
- search for any file, and perform any DOS-compatible command on
- each of them.
-
- ┌─────────────────────┐ Have you ever wanted to get rid of all the
- │ TFF 2.0 │ BAK-files on your harddisk, but shuddered
- │ Turbo File Finder │ at the thought of searching across the
- └─────────────────────┘ disk and deleting them manually? With this
- program you just give the command
-
- TFF *.bak /d
-
- and your BAK-files are history. Or if you want to copy them to
- a floppy disk first, just add the parameter /cA:, and they'll
- be copied to the A-drive before they're deleted (however, if
- there's not enough free space on the target-drive, they will
- not be deleted).
-
- TFF will provide info about in which directory each file was found,
- and the file size and date. At the end of the search it will tell
- you how many files were found, and how much space they occupy.
-
- TFF has the following parameters:
-
- TFF [D:]SearchFile [/h /? /p /d /cDrive /fSavefile]
-
- D: - Drive to search
- SearchFile - File to search for. It may contain wildcards.
- Ex. *.BAK NO*.?EXE
- /h,/? - Gives some help (same as starting TFF with no
- parameters)
- /p - Pause at each screen
- /d - Delete all files found. If deletion was successful,
- the program will add "De" to the info about the file.
- If not, it will add "YY".
- /cDrive - Copy all files found to Drive If copying was success-
- ful, the program will add "Co" to the file info. If
- not, it will add "XX".
- /fSavefile - Save result of search to Savefile
-
-
- ┌────────────────────────┐ This little program will search the
- │ FFE 2.0 │ harddisk for any file, and execute
- │ File Finder/Executer │ any DOS-compatible command on it.
- └────────────────────────┘ The program is started with:
-
- FFE [D:]SearchFile [Command]
-
- D: - Drive to search
- SearchFile - File to search for. It may contain wildcards.
- Ex. *.BAK NO*.?EXE
- Command - Any command you want executed on the files found.
- Use an @ where you want the filename to appear.
- Ex: FFE *.BAK DEL @
- This will find all BAK-files and delete them
-
- Ex: FFE *.PAS COPY @ A:
- Will copy all PAS-files to the A-drive
-
-