home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / since.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  251 b   |  12 lines

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