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

Anyone else using Script Files? 2

Status
Not open for further replies.

johnpoole

Programmer
May 26, 2004
19,375
US
i have several script files i can share if anyone thinks they could be of use. they are aspect scripts from procomm. the simple ones add phone mail to a station, cfa hta hund fdn mwa etc and they can do anything form building a complete switch to printing a dnd/tnd. they are very easy to modify for any repeatitive task. they can be used in a loop or merged with a txt file for data gathering. And if anyone has had any luck with using arrays for this purpose, give me some hints..thanks

john poole
bellsouth business
columbia,sc
 
thanks i am using mail merge but didn't know about the site, just wondered if other users were using them. they do make my job eaiser.

john poole
bellsouth business
columbia,sc
 
nice site

It's not getting any smarter out there. You have to come to terms with stupidity, and make it work for you.
 
I use Procomm scripts quite frequently, but mainly for dialing up systems and automatically logging in.
 
here's one that stops for the tn and again for you to pick a spot for the mwk, add mail to a 2616.. i use these for everything, they work great under meta keys, alt m, a shortcut key to get to a shortcut

proc main

transmit "****^M"
waitfor ">"
transmit "ld 11^M"
waitfor "REQ: "
transmit "chg^M"
waitfor "TYPE: "
transmit "2616^M"
waitfor "ECHG "
transmit "yep^M"
waitfor "ITEM "
transmit "hunt 3301^M"
waitfor "ITEM "
transmit "cls hta mwa fna^M"
waitfor "ITEM "
transmit "fdn 3301^M"
waitfor "ITEM "
transmit "key "
waitfor " KEY "
transmit "^M"
waitfor "ITEM "
transmit "^M"
endproc

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top