alias playwindow {
if ($window(@playwin)) {
window @playwin
}
%i = 1
while (%i <= $read(file.txt,0) {
aline @playwin $read(file.txt,%i)
inc %i
}
}