
cleanwebdir: NT Utility (based on cleandir) to erase files with old modification times
             in specified directories.  Operates only on files containing specifed
             substrings in their file names.  Written so that we can easily purge 
             directories of certain types of files.
             
             Jim Luetgert    7/23/2002



                       Solaris Installation
                       --------------------

Create new entries in crontab file:

15 1 * * * find /home/picker/sendfiler/eqwaves/save -name nc\* -mtime +10 -exec rm {} \;
15 1 * * * find /home/picker/sendfiler/heli/save -name nc\* -mtime +10 -exec rm {} \;
15 1 * * * find /home/picker/sendfiler/helilvlp/save -name nc\* -mtime +30 -exec rm {} \;
15 1 * * * find /home/picker/sendfiler/helivc/save -name nc\* -mtime +1 -exec rm {} \;
15 1 * * * find /home/picker/sendfiler/sgram1/save -name nc\* -mtime +10 -exec rm {} \;
#
15 1 * * * find /home/picker/sendfiler/heli/save -name \*.html -mtime +10 -exec rm {} \;
15 1 * * * find /home/picker/sendfiler/helilvlp/save -name \*.html -mtime +30 -exec rm {} \;
15 1 * * * find /home/picker/sendfiler/helivc/save -name \*.html -mtime +2 -exec rm {} \;
15 1 * * * find /home/picker/sendfiler/sgram1/save -name \*.html -mtime +10 -exec rm {} \;



                     Windows NT Installation
                     -----------------------
Copy cleanwebdir.exe to directory:  \local\bin.

Make sure the "Schedule" service is running and that it starts automatically
on reboots.

Execute the command:

at 23:55 /every:M,T,W,Th,F,S,Su c:\local\bin\cleanwebdir c:\earthworm\run\params\cleanwebdir c:\earthworm\run\log 90

To verify that cleandir is scheduled to run, type:

     at

