home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / 4utils83.zip / 4FF.TXT < prev    next >
Text File  |  1994-04-28  |  2KB  |  61 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 /m:nn /p /?] [d:\path\] [filenames]
  8.  
  9.           /a:rash (search attributes)
  10.           /s(can path)                /b(are listing)
  11.           /d(isks)                    /m(argin)
  12.           /p(age)                     /? (help)
  13.           /z(ipper)
  14.  
  15.           d:\path\   directory to search
  16.           filenames  files to find
  17. !TTY
  18.  
  19. Usage
  20.  
  21. 4FF is a simple file finder utility that displays 4DOS file descriptions
  22. with the files it finds.
  23.  
  24. Find all executable, writeable files on the current drive.
  25.  
  26.     c:\> 4ff /a:-r *.exe *.com
  27.  
  28. Find all *.bak files not in .ZIP and .LZH archives on the current drive.
  29.  
  30.     c:\> 4ff /z /l *.bak
  31.  
  32. Find all files not in .ZIP archives in the c:\4dos\ directory.
  33.  
  34.     c:> 4ff /s /z c:\4dos\
  35.  
  36. Options
  37.  
  38. /a:rash Search for files with these attributes set.
  39.         r (read only)  or  -r (not read only)
  40.         a (archive)        -a (not archive)
  41.         s (system)         -s (not system)
  42.         h (hidden)         -h (not hidden)
  43.  
  44. /zalz-  Scan only the archive files of a given type.
  45.           a : scan only .ARJ archives
  46.           l :  "    "   .LZH    "
  47.           z :  "    "   .ZIP    "
  48.           - : no archives will be scanned.
  49.  
  50. /s      Scan only subdirectories of given path `start-dir'.
  51.  
  52. /b      Bare listing (omits size, date, and descriptions).
  53.  
  54. /d      Scan all hard disks (address floppy drives explicitly).
  55.  
  56. /m:nn   Set right margin to nn.
  57.  
  58. /p      Page output.
  59.  
  60. /?      Show help display.
  61.