I built a very basic script to change the NCOS on phones.
;Recorded script. Editing may be required.
proc main
transmit "^M"
waitfor "TYPE: "
transmit "^M"
waitfor "TN "
waitfor "^M"
waitfor "ECHG "
transmit "yes^M"
waitfor "ITEM "
transmit "ncos 5^M"
waitfor "ITEM "
transmit "^M"
endproc
I need for the script to continually run. I now enter ALT . to restart the script. How do I enter that in the transmit statement ? transmit "ALT." doesn't work. Is there some other way?
TIA
;Recorded script. Editing may be required.
proc main
transmit "^M"
waitfor "TYPE: "
transmit "^M"
waitfor "TN "
waitfor "^M"
waitfor "ECHG "
transmit "yes^M"
waitfor "ITEM "
transmit "ncos 5^M"
waitfor "ITEM "
transmit "^M"
endproc
I need for the script to continually run. I now enter ALT . to restart the script. How do I enter that in the transmit statement ? transmit "ALT." doesn't work. Is there some other way?
TIA