home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / htmix20.zip / FF.ZIP / FF.DOC next >
Text File  |  1992-07-14  |  3KB  |  68 lines

  1.  
  2.  
  3.                           ┌────────────────────┐
  4.                           │  File Finders 2.0  │
  5.                           └────────────────────┘
  6.  
  7.  
  8.          This package contains two programs, TFF and FFE. TFF will search
  9.          for any file and optionally delete and/or copy them. FFE will also
  10.          search for any file, and perform any DOS-compatible command on
  11.          each of them.
  12.  
  13.          ┌─────────────────────┐ Have you ever wanted to get rid of all the
  14.          │       TFF 2.0       │ BAK-files on your harddisk, but shuddered 
  15.          │  Turbo File Finder  │ at the thought of searching across the
  16.          └─────────────────────┘ disk and deleting them manually? With this
  17.          program you just give the command
  18.  
  19.            TFF *.bak /d
  20.  
  21.          and your BAK-files are history. Or if you want to copy them to
  22.          a floppy disk first, just add the parameter /cA:, and they'll
  23.          be copied to the A-drive before they're deleted (however, if
  24.          there's not enough free space on the target-drive, they will
  25.          not be deleted).
  26.  
  27.          TFF will provide info about in which directory each file was found,
  28.          and the file size and date. At the end of the search it will tell
  29.          you how many files were found, and how much space they occupy.
  30.  
  31.          TFF has the following parameters:
  32.  
  33.          TFF [D:]SearchFile [/h /? /p /d /cDrive /fSavefile]
  34.  
  35.            D:         - Drive to search
  36.            SearchFile - File to search for. It may contain wildcards.
  37.                         Ex.    *.BAK    NO*.?EXE
  38.            /h,/?      - Gives some help (same as starting TFF with no
  39.                         parameters)
  40.            /p         - Pause at each screen
  41.            /d         - Delete all files found. If deletion was successful,
  42.                         the program will add "De" to the info about the file.
  43.                         If not, it will add "YY".
  44.            /cDrive    - Copy all files found to Drive If copying was success-
  45.                         ful, the program will add "Co" to the file info. If
  46.                         not, it will add "XX".
  47.            /fSavefile - Save result of search to Savefile
  48.  
  49.  
  50.          ┌────────────────────────┐ This little program will search the
  51.          │        FFE 2.0         │ harddisk for any file, and execute
  52.          │  File Finder/Executer  │ any DOS-compatible command on it. 
  53.          └────────────────────────┘ The program is started with:
  54.  
  55.          FFE [D:]SearchFile [Command]
  56.  
  57.            D:         - Drive to search
  58.            SearchFile - File to search for. It may contain wildcards.
  59.                         Ex.    *.BAK    NO*.?EXE
  60.            Command    - Any command you want executed on the files found.
  61.                         Use an @ where you want the filename to appear.
  62.                         Ex:  FFE *.BAK DEL @
  63.                           This will find all BAK-files and delete them
  64.  
  65.                         Ex:  FFE *.PAS COPY @ A:
  66.                           Will copy all PAS-files to the A-drive
  67.  
  68.