I have a very simple script to NUL key 0 and key 1 on a 2008. I use mailmerge to build it out to any number of sets, then I run an identical script to insert the new DNs. It works perfectly.... IF I dial in. Should I choose to telnet into the Option 61, the script seems to run too fast and stumbles over itself. How can I slow down the execution of the script?
(I always connect manually before executing the script)
proc main
waitfor "REQ: "
transmit "CHG^M"
waitfor "TYPE: "
transmit "2008^M"
waitfor "TN "
transmit "<<TN>>^M"
waitfor "ECHG "
transmit "YES^M"
waitfor "ITEM "
transmit "KEY 0 NUL^M"
waitfor " KEY "
transmit "1 NUL^M"
waitfor " KEY "
transmit "^M"
waitfor "ITEM "
transmit "^M"
endproc
(I always connect manually before executing the script)
proc main
waitfor "REQ: "
transmit "CHG^M"
waitfor "TYPE: "
transmit "2008^M"
waitfor "TN "
transmit "<<TN>>^M"
waitfor "ECHG "
transmit "YES^M"
waitfor "ITEM "
transmit "KEY 0 NUL^M"
waitfor " KEY "
transmit "1 NUL^M"
waitfor " KEY "
transmit "^M"
waitfor "ITEM "
transmit "^M"
endproc