you can use something like :

var %i = 0
while (%i < $line(@window,0)) {
inc %i 1
msg #chan $line(@window,%i)
}