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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

procomm scripts

Status
Not open for further replies.

happyhammer66

Technical User
Apr 23, 2003
35
IE
Anyone got some useful scripts for serenade system?

ie. bulk additions, frequent tasks etc.

new to octel but will be supporting it for a while with either Telnet or dial-up access(Procomm plus).


thanks,

bill
 
It's not much but as i do more I'll post them.
Anything specific ?

;Name of Script.
proc main
transmit "li u 59010^M" ;List mail box No.
waitfor "CAEHQ."
transmit "mod u 59010^M" ;Mod Mail box.
waitfor " MOD:"
transmit "59010,59010,100,^M" ;CHANGE COS to 100.
waitfor " MOD:"
transmit "59020^M"
waitfor " MOD:"
transmit "59020,59020,100,^M"
waitfor " MOD:"
transmit "59030^M"
waitfor " MOD:"
transmit "59030,59030,100,^M"
waitfor " MOD:"
transmit "59040^M"
waitfor " MOD:"
transmit "59040,59040,100^M"
waitfor " MOD:"
transmit "59050^M"
waitfor " MOD:"
transmit "59050,59050,100^M"
waitfor " MOD:"
transmit "59600^M"
waitfor " MOD:"
transmit "59600,59600,100^M"
transmit "^M"
endproc

lever
 
I will be doing large Distribution lists. At present they are used by creating a procomm plus script. I assume Procomm can be dial-up or telnet.
I've used TeratermPro before for scripting but i don't want to take a chance that teraterm will lock it up as i'm remotely supporting the systems. It seems procomm is the defacto unless someone else has used Teraterm?
 
Procomm does the job just fine. Either telnet or dial up.
You can do both at the same time. It's funky software.

There's even a Procomm forum for more idea's.

lever.
 
i have Octel 300 systems with Serenade programming/ aria TUI.

i have installed procomm and can telnet to the systems.

i need a little guidance on how to set up procomm so as to send a script file to the octel.

if i want to list a user for example:

proc main
transmit "l u 47866^M" ;List mail box No.
endproc

thanks, bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top