Google
 

Trailing-Edge - PDP-10 Archives - LCG_Integration_Tools_Clearinghouse_T20_v7_30Apr86 - tools/t20tape7.mic
There is 1 other file named t20tape7.mic in the archive. Click here to see a list.
;MIC command file to build TOPS20 TOOLS master tapes -   tape#7
;The only parameter is the name of the tape drive to use:
;	$DO T20TAPE7 MT3:
;
;NOTE that this is a two step process:  the first step creates a dummy
;tape listing file (T20TAPEx.TAP), and then writes out the two savesets
;(documentation about the tape is #1, the tools are #2).  The tape is
;then rewound, and a directory of the tape is created on top of the
;dummy file.  The process is repeated, but this time the real directory
;is written.  Those with good eyes will notice the difference in
;file size and creation dates.
;
COPY NUL: T20TAPE7.TAP
DUMPER
TAPE 'A
REWIND
DENSITY 1600
SSNAME T20TAPE7
SAVE T20TAPE7.TAP.0,T20TAPE7.MEM.0,T20TAPE7.RNO.0,T20TAPE7.MIC.0
SSNAME LSMTOOLS7
SAVE [TOOLS.*]*.*.0
REWIND
PRINT T20TAPE7.TAP
REWIND
SSNAME T20TAPE7
SAVE T20TAPE7.TAP.0,T20TAPE7.MEM.0,T20TAPE7.RNO.0,T20TAPE7.MIC.0
SSNAME LSMTOOLS7
SAVE [TOOLS.*]*.*.0
REWIND
EXIT