d$! DO CLEAR $! Clear the screens of all terminals except OPA0 ,$! $! note.. uses SCI_COM:LOCATE.COM .. see INFO LOCATE $! for an example of this file. X$! $!-end.of.info- $! $ open/read term SCI_COM:LOCATE.COM $ read term line L$ read term line $ $nxtterm: x$ read/err=fini term line $ if("''f$extract(0,2,line)'".nes."TT") then goto nxtterm @$ $ open/write/err=nxtterm tt 'f$extract(0,4,line)': $ write sys$output "Clear ",line l$ nline = 25 $ 4$nxtline: $ write tt " " $ nline = nline-1 ` $ if(nline.ge.0 ) then goto nxtline $ close tt ( $ goto nxtterm $ $fini: T $ close term