OK, I figured it out myself.. And is was one of those "Keep it simple stupid" kinda things... lol.. SO I just have all of my connections set up in the connection directory, and attach the RouterLogin script to run on connection. Here is the contents of that script and it pulls the ip from the...
Ok, so I am a procomm lover, and the powers that be here locked down all telnet access and no we can only use SSH :(
So, I started up a script to telnet into a local server and then SSH from there.. I have not put much time at all into it, so currently the script just pops up an input dialog...
Polygump,
I doubt that the transport stuff has the same algorithm for the POD. It used the same one back in the days of the OC-48 Classic running rel 10.x and below. After rel 10 the algorithm changed. Send your email address to me at david.melle@xo.com and I will email you an Excel Spreadsheet...
Is there anything out that can compile an aspect script into an executable file that can be run from a machine that does not have Procomm installed? I have built a script to send out to a bunch of my field folks, but they all do not have Procomm. Hopefully I am not just "Dreaming"...
Here is another one. It calculates origtime when doing CDR searches.
string CdrOrigtime
integer CdrOrigtime1,Hour,Minute,Second,SecondsRemaining,Event,Leave
integer SecondsPerHour = 3600
integer SecondsPerMinute = 60
proc main
StartOver:
CreateDialogbox()
if Leave !=0
goto...
I also have created an origtime calculator for when you are doing CDR searches. Here ya go......
string CdrOrigtime
integer CdrOrigtime1,Hour,Minute,Second,SecondsRemaining,Event,Leave
integer SecondsPerHour = 3600
integer SecondsPerMinute = 60
proc main
StartOver:
CreateDialogbox()...
All,
I have recieved plenty of help from this forum, so I thought that I would give something back. For any of you who work in a DMS 100/500 this may be handy. I have created a script that will calculate the password of the day and activate the CallTrak tool. It may be a little bulky, so...
Knob, Hankm3, Anyone,
I am once again trying to pull specific info out of one capture file and into another. The capture is successful, and I just want to get rid of unuseful data. The problem that i am having, is that the data is not always on the same line, or in the same place. It changes...
All,
I am trying to extract specific lines of info from a capture file that My script is capturing. The equipment outputs about two pages of data and I only need a couple of lines of it. Here is an example of the output and the lines that I need...
I have recently been trying to teach myself Aspect with great success. However I am currently having a difficult time trying to get an integer value from a dialog box. I.E. I am trying to have a dia log box open with something like an edit box that you can put a number in and use that variable...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.