On a PC with procomm already running. How do I get this script to wait for a certain time and then log itself in and run the script every 30 seconds for 30 minutes? The waituntil doesn't seem to work. And how do I make it run again in 30 seconds for 30 minutes?
;Waituntil "12:20:00" "10/08/07"
proc main
Transmit "****^M"
pause 1
Transmit "LOGI^M"
pause 1
transmit "4158^M"
waitfor ">"
transmit "LD 60^M"
waitfor "."
transmit "STAT^M"
endproc
;Waituntil "12:20:00" "10/08/07"
proc main
Transmit "****^M"
pause 1
Transmit "LOGI^M"
pause 1
transmit "4158^M"
waitfor ">"
transmit "LD 60^M"
waitfor "."
transmit "STAT^M"
endproc