Google
 

Trailing-Edge - PDP-10 Archives - tops20tools_v6_9-jan-86_dumper - tools/t20tape6.mic
There are no other files named t20tape6.mic in the archive.
;MIC command file to build TOPS20 TOOLS master tapes -   tape#6
;The only parameter is the name of the tape drive to use:
;	$DO T20TAPE6 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: T20TAPE6.TAP
DUMPER
TAPE 'A
REWIND
DENSITY 1600
SSNAME T20TAPE6
SAVE T20TAPE6.TAP,T20TAPE6.MEM,T20TAPE6.RNO,T20TAPE6.MIC
SSNAME LSMTOOLS6
SAVE [TOOLS.*]
REWIND
PRINT T20TAPE6.TAP
REWIND
SSNAME T20TAPE6
SAVE T20TAPE6.TAP,T20TAPE6.MEM,T20TAPE6.RNO,T20TAPE6.MIC
SSNAME LSMTOOLS6
SAVE [TOOLS.*]
REWIND
EXIT