Google
 

Trailing-Edge - PDP-10 Archives - tops10and20_integ_tools_v9_3-aug-86 - tools/crc/browse/ind.pcl
There are no other files named ind.pcl in the archive.
!{
!get ind to parse a file name
!}!
COMMAND CMD ;
begin
    guide "File of commands to be executed" ;
    parse file (default_dev "sys:",default_ext "cmd",input) ;
    guide "parameters" ;
    parse text (help "Parameters, one line of text") ;
    docommand "sys:ind " + $filel + " " + $atom
end ;