Google
 

Trailing-Edge - PDP-10 Archives - BB-M856A-BB - week10.ctl
There are no other files named week10.ctl in the archive.
! To run SPEAR automatically once a week at midnight on Sunday move this
! control file into your own directory and make any necessary changes.

.SUBMIT SPEAR /TIME:30 /AFTER:SUNDAY	! Do it again next week.
.DELETE A*.PAK				! Delete all the old Packet files.
.R SPEAR				! Run SPEAR.
*ANALYZE SYS:ERROR.SYS -7 /GO		! Analyze last weeks errors.
*COMPUTE /GO				! Compute last weeks availability.
*EXIT					! Then leave.
.IF (ERROR)				! If an error occurs continue anyhow.
					! Print the reports.
.PRINT A*.RPT, C*.RPT /NOTE:"SPEAR - SITE"
.PRINT A*.RPT, C*.RPT, A*.RPD /NOTE:"SPEAR - F-S"
.PRINT A*.RPT, C*.RPT, A*.RPD /NOTE:"SPEAR - CSSE"
.DELETE A*.RPW, C*.RPW, A*.RPD		! Delete last weeks reports.
.RENAME A*.RPW = *.RPT			! Rename this weeks report files so
.RENAME C*.RPW = *.RPT			!  that they won't be printed again.