
.control
k = 1
while (k < 15)
    echo -n Press any key for test $&k :
    pause
    source test{$&k}.sp
    k = k+1
end
.endc
