BrokenRecord2
IS-IT--Management
I wrote a little script and I can't get it to work. When my script gets to the "~." my pc only outputs is the ".". I was told that "~" means pause. So is there any way to get procom to really treat this as a keystroke instead of a pause command.
;Recorded script. Editing may be required.
proc main
transmit "****^M"
waitfor ">"
transmit "logo^M"
waitfor ">"
transmit "^M"
waitquiet 03
transmit "~."
waitfor "oam> "
transmit "exit^M"
endproc
;Recorded script. Editing may be required.
proc main
transmit "****^M"
waitfor ">"
transmit "logo^M"
waitfor ">"
transmit "^M"
waitquiet 03
transmit "~."
waitfor "oam> "
transmit "exit^M"
endproc