Google
 

Trailing-Edge - PDP-10 Archives - k20v7d - utilities/install-mfg.mic
There is 1 other file named install-mfg.mic in the archive. Click here to see a list.
;
;	This Mic file will install the MFG KLAD tape onto
;	the pack.
;
;	Mount MFG tape on MTA0.
;	Type "^P" to contnue. Type "^A" to abort
;
=^B
!
MTACHK::
@REW MTA0:
@IF (ERROR) @GOTO FATAL
;
;	Get Mfg installation file...
;
@COPY MTA0: PS:<UTILITIES>MFG-UPDATE.MIC
@IF (ERROR) @GOTO FATAL
;
;	Here we restore Mfg directories...
;
@DO <UTILITIES>MFG-UPDATE.MIC
;
@IF (NOERROR) @GOTO INSOK
;
%ERR::
FATAL::
;	CAN'T CONTIUE...
;
@GOTO FINI
;
INSOK::
;
;	Refer to KLAD20 Build Procedure to finish Mfg installation
;	via <MFG.SRC>MFG-INSTALL.MIC.
;
FINI::
@DAY