home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 005A / 4UTILS85.ZIP / 4FF.TXT < prev    next >
Text File  |  1995-05-07  |  2KB  |  66 lines

  1. ;---------------------------------------------------------------------------
  2. !TOPIC 611 4FF
  3. !TTY
  4.  
  5. Purpose:  A simple 4DOS-aware file finder.  (External, third-party)
  6.  
  7. Format:   4FF [/a:[-]rash /z /s /b /d /x /f /m:nn /p /?] [d:\path\] [files]
  8.  
  9.           /a:rash (search attributes)
  10.           /s(can path)                    /b(are listing)
  11.           /ddesc  (description scanning)  /f(loppies)
  12.           /m(argin)                       /x fi(x)ed drives
  13.           /z(ipper)                       /p(age)
  14.           /? (help)
  15.  
  16.           d:\path\ directory to search
  17.           files    files to find
  18. !TTY
  19.  
  20. Usage
  21.  
  22. 4FF is a simple file finder utility that displays 4DOS file descriptions
  23. with the files it finds.
  24.  
  25. Find all executable, writeable files on the current drive.
  26.  
  27.     c:\> 4ff /a:-r *.exe *.com
  28.  
  29. Find all *.bak files not in .ZIP and .LZH archives on the current drive.
  30.  
  31.     c:\> 4ff /z /l *.bak
  32.  
  33. Find all files not in .ZIP archives in the c:\4dos\ directory.
  34.  
  35.     c:> 4ff /s /z c:\4dos\
  36.  
  37. Options
  38.  
  39. /a:rash Search for files with these attributes set.
  40.         r (read only)  or  -r (not read only)
  41.         a (archive)        -a (not archive)
  42.         s (system)         -s (not system)
  43.         h (hidden)         -h (not hidden)
  44.  
  45. /zalz-  Scan only the archive files of a given type.
  46.           a : scan only .ARJ archives
  47.           l :  "    "   .LZH    "
  48.           z :  "    "   .ZIP    "
  49.           - : no archives will be scanned.
  50.  
  51. /s      Scan only subdirectories of given path `start-dir'.
  52.  
  53. /b      Bare listing (omits size, date, and descriptions).
  54.  
  55. /ddesc  Show all files with the (sub)string desc in their descriptions.
  56.  
  57. /f      Scan all drives, floppies included.
  58.  
  59. /x      Scan only fixed drives.
  60.  
  61. /m:nn   Set right margin to nn.
  62.  
  63. /p      Page output.
  64.  
  65. /?      Show help display.
  66.