$ ! STROFF.CMD Disable the terminals in the STR $ KB = 12 $ LOOP: $_set terminal kb'kb':/permanent/speed=0 $ KB = KB + 1 $_if KB .LE. 20 then _goto LOOP $_exit