I would like to run a script that logs into a meridain and captures the history file say every hour. I want to program a loop but the loop will stop once it sees the 100%
waitfor "VHST[HST] "
transmit "N"
I want this to keep on looping till
waitfor "100%"
Once this appears I want to the log out
transmit "****logo^M"
I hope this makes sense
waitfor "VHST[HST] "
transmit "N"
I want this to keep on looping till
waitfor "100%"
Once this appears I want to the log out
transmit "****logo^M"
I hope this makes sense