var %z = $lines(blah.txt)
var %t = 1
while ( %t <= %z ) {
.timer $+ %t 1 4 msg $active $read(blah.txt,%t)
inc %t
}
}

should work for ya