phonetech2012
Vendor
I see that there are a few threads regarding this type of change but I am not fully understanding how to do this. We want to change all sets, analog and digital to ICDA and we would love it if we got a script to work. I have a script from a thread that I think is what I need but I am not sure how exactly to implement it. How do I set up Excel to work with the procomm script? I have the pepedog file to convert a TNB to excel but what happens next? This is the script I think we can use. I already saved and compiled it to my procomm with no errors. Thanks
proc main
loop:
transmit "chg^M"
waitfor "TYPE: "
transmit "2616^M"
waitfor "ECHG " forever
transmit "yep^M"
waitfor "ITEM "
transmit "cls icda^M"
waitfor "ITEM "
transmit "^M"
waitfor "REQ: "
goto loop
endproc
proc main
loop:
transmit "chg^M"
waitfor "TYPE: "
transmit "2616^M"
waitfor "ECHG " forever
transmit "yep^M"
waitfor "ITEM "
transmit "cls icda^M"
waitfor "ITEM "
transmit "^M"
waitfor "REQ: "
goto loop
endproc