Cleanup 1.0.3 System-resident garbage remover, Scott Kurowski, 06/04/93.
(1.0.0 03/11/90)
(1.0.1 07/17/91)
(1.0.2 04/06/91)
Installs as a system service and periodically deletes garbage files.
Use in the SysInit.JCL file as in the example below:
$JOB SysInit,,
;Install Cleanup service
$RUN [Sys]Cleanup.run,23:00,8,&
[Sys]<$000>*,[Sys]*-Old^PassWord,[Sys]<*>*.ts^Password,[Sys]*,&
[VOL1]<*>*-Old^PassWord,[VOL1]<*>*.ts^PassWord,[VOL1]<*>*.mp-Old^PassWord,&
[VOL2]<*>*-Old^PassWord,[VOL2]<*>*.ts^PassWord
$END
In the example, CleanUp "wakes up" every 8 hours (beginning 11 pm tonight)
and deletes any files that match the wildcard expressions listed. Passwords
are required for any expressions that include protected directories or files.
Cleanup uses 10k of memory when installed.
               (
geocities.com/siliconvalley/pines/4011)                   (
geocities.com/siliconvalley/pines)                   (
geocities.com/siliconvalley)