Google
 

Trailing-Edge - PDP-10 Archives - tops10and20_integ_tools_v9_3-aug-86 - tools/crc/ind/indlog.cmd
There are no other files named indlog.cmd in the archive.
.ASKF [-1] LFNAM Logfile name ?
.logfile 'lfnam'
;
;	Here we go...
.enable logging
;
;	This should be the first stuff in the logfile
;
.loop: .asks cm Command ?
.if cm = "END" .stop
'cm'
.goto loop