In the years since I started working as a DBA I have accumulated a
collection of UNIX shell scripts which run as cron jobs to delete old
log files. Most of these scripts use find to retrieve files older than
a specified number of days. Is there anything equivalent in DOS?
I know that there are some utilities available that emulate a UNIX
shell, but our security people have rather strict rules about what we
are allowed to install on our servers.
Thanks,
Peter Schauss