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

Search results for query: *

  • Users: matt1981m
  • Content: Threads
  • Order by date
  1. matt1981m

    Passing a string variable from a child script back to the parent

    I originally posted this question in a previous thread (thread448-1301392), and I got the answer I needed at that time. I then expanded my use of child scripts to involve a "password script" (thread448-1317148) used for logging into around 50 Nortel and Lucent switches via telnet, and now I am...
  2. matt1981m

    Customizing more Keys than Procomm Has to offer in the Keyboard Editor

    Is there any way that anyone is aware of to make CTRL+V paste the windows clipboard to the terminal... I cant assign this via the Keyboard Editor, and I dont know if this setting can be applied via a script... If it can, i will inplement this in the startup script with all of my other settings....
  3. matt1981m

    How to change the Line Number accessed during a "fopen" session

    I have been trying to use fopen as well as other fXXX commands to open a current .was file, move the cursor position to a specific line, capture everything on that line (lets say that line only contained the text [s1 = "oldpassword"] without the brackets) and assign that text to a string (we...
  4. matt1981m

    Passing a string variable from a child script back to the parent

    I know it is possible to send a variable from a Parent to the Child script using the [execute "scriptname.was" SHARED] command, but is it possible to have a string variable pass from the child back to the parent??? Basically what is happening is I use one address, username and password to get a...
  5. matt1981m

    Segmenting a captured string. Is it possible????

    Ok here goes.... those who have seen me post know i come up with some pretty crazy requests but here it goes. Is there a command that can be used to reformat a string (for example a 10 digit number) into smaller strings? What I am basically trying to do is take a phone number (NPANXXNXXX) and...
  6. matt1981m

    IF waitfor "xxx" timeout too long w/ mult. waitfor variables needed

    I have tried many things using aspect scripting in the past few months, and have succeeded in many. Currently, the bane of my existence (a traditionally simple login script for a voicemail system) has culminated into one simple yet surprisingly difficult problem. I have set up this “login...
  7. matt1981m

    How can you make procomm wait for keypresses before proceeding..

    I am using a dialog box that has 3 separate editbox's in a row. They are set to only allow 3, 3, and 4 characters. it is designed for entering a customers phone number into a switch. I have set the script to place the cursor in the first box automatically. Since the number is always a...
  8. matt1981m

    Problem with script not waiting for dialog box to close....

    i have created a script for running call traces (QMOB MIN....EXTMTX) in a Nortel MSC...the problem is that the script is not waiting for the dialog box to close before running... how can i prevent this... here is the script... proc main string npa,nxx,minx dialogbox 0 148 83 242 113 2 "QMOB"...

Part and Inventory Search

Back
Top