home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / util_bat / before.bat < prev    next >
Encoding:
DOS Batch File  |  1994-10-23  |  270 b   |  15 lines

  1. @echo off
  2. cls
  3. if %1.==. goto USAGE
  4.   echo.
  5.   echo Here is a listing of files created/modified before %1.
  6.   echo.
  7.   ffg /p *:* /d-%1
  8.   goto END
  9. :USAGE
  10.   echo.
  11.   echo USAGE:
  12.   echo          %0 MM/DD/YY        where MM/DD/YY is a valid FFG date
  13.   echo.
  14. :END
  15.