Google
 

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

.SUBMIT SPEAR /TIME:30 /AFTER:23:59	! Do it again tomorrow.
.R SPEAR				! Run SPEAR.
*ANALYZE /GO				! Analyze yesterday's errors.
*EXIT					! Then leave.
.IF (ERROR)				! If an error occurs continue anyhow.
.PRINT A*.RPT /NOTE:"SPEAR - SITE"	! Print the report for the site manager
.RENAME A*.RPD = A*.RPT			! Rename today's report file so that it
					!  won't be printed again tomorrow.