
                           Del_Old  -  Version 2.0

      John R. Souvestre    Internet: johns@sstar.com    FidoNet: 1:396/1

This program deletes files older than a specified amount of time.

Del_Old takes two parameters:  A filespec, which can include wildcards, and the
amount of time.  Optional switches:  "/E" (error level) displays the error
level.  "/Q" (quiet) will supress the display of the files as they are deleted.
"/T" will test, but not delete, the files.

    Syntax:  Del_Old <filespec> <amount of time> [/e] [/q] [/t]

        Where:  "<amount of time>" is [[[dd":"]hh":"]mm":"]ss
                dd = days, hh = hours, mm = minutes, ss = seconds

    Examples:  "Del_Old C:\Flag\*.Bsy 1:00:00"  deletes files older than 1 hour
               "Del_Old C:\Flag\*.Bsy 60:00"    (same)
               "Del_Old C:\Flag\*.Bsy 3600"     (same)

Del_Old returns an error level of 255 if there is an error, 1 if files were
found to delete, else 0.
