Google
 

Trailing-Edge - PDP-10 Archives - tops10and20_integ_tools_v9_3-aug-86 - tools/topstape9.mic
There are no other files named topstape9.mic in the archive.
;MIC command file to build TOPS TOOLS master tapes -   tape#9
;The only parameter is the name of the tape drive to use:
;	$DO TOPSTAPE9 MT3:
;
;
;NOTE:  T10 AND T20 TAPES ARE NOW ONE, SO IT IS NECESSARY TO GO
;TO THE EOT BEFORE RUNNING DUMPER (SO THAT DUMPER IS IN NON-INTER MODE
;
;at monitor level:
RESET DUMPER
REW 'A
SKIP 'A 2 FILES
;and now in dumper:
DUMPER
TAPE 'A
NO INTERCHANGE
DENSITY 1600
SSNAME TOPSTAPE9
SAVE demo:[tools]topsTAPE9.MEM.0,demo:[tools]topsTAPE9.RNO.0,demo:[tools]topsTAPE9.MIC.0
SSNAME LSMTOOLS9
SAVE demo:[TOOLS.*]*.*.0
REWIND
PRINT demo:[tools]topsTAPE9.TAP
REW
EXIT