Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

icda procomm script? 1

Status
Not open for further replies.

phonetech2012

Vendor
May 18, 2012
284
US
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
 
Never really got into aspect script so cant help you on that, I use Zoc so REXX script. If you are on a later release and have Phones section on the element manager you can easily make this change there also.
 
Providing you have installed Procomm Plus correctly, then please copy the attached file into your aspect folder. Also read the file as I think you need to look at how to collect the source data.

When the script is run, it creates a box in which to add in the IDCA and the source file etc. The script can be run out of hours.

Firebird Scrambler

Nortel & Avaya Meridian 1 / Succession & BCM / Norstar Programmer

Website = linkedin
 
You will also need to add this file into the Aspect folder. If using Windows 7 or later, then it's best not to install Procomm in the C:\Program Files folder. Install it either in another Drive letter or a folder such as C:\Program File\Symantec\Procomm Plus etc.

The reason is that capture files or Directory files won't work due to extra security added in C:\Program Files.

Look on the FAQ section here for more information.

Firebird Scrambler

Nortel & Avaya Meridian 1 / Succession & BCM / Norstar Programmer

Website = linkedin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top