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!

Recent content by matt1981m

  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

    Damaged Procomm 4.8 CD

    I would normally recommend contacting Symantec, but it appears they are nolonger selling this from their website or providing any support for the program... it is EOL (End Of Life) according to another post on this forum
  4. matt1981m

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

    i got it to work.... i saw this in the aspect help files i then edited the string mainScriptFilePath = "MAIN_SCRIPT.WAS" to point to the default script path and got it to work... the only problem i could see is if the user had a different script path than specified it wouldnt work. i had a...
  5. matt1981m

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

    i still cant get it to work... here is my update password script.... i even added a "usermsg oldS1" command after the script is supposed to read the MAIN_SCRIPT.WAS file and capture the s1 string as oldS1...the dialog box that shows up is blank instead of having the string.... and here is my...
  6. matt1981m

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

    that is awesome... i will try that right now!!!
  7. matt1981m

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

    Cool... I will give it a try when i get in to work tomorrow...
  8. matt1981m

    How To Enable Scrolling

    good find!!!! if i could install programs on my work PC, i would get that in a heartbeat!!! anyone have an option for someone who is not granted admin rights?!?!?!?
  9. matt1981m

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

    i thought of that way but i would prefer to do it this way... i just go into the password script and update it manually.... the problem is that other people i work with use the scripts... i have had to edit "broken" scripts too many times because of someone deleting the wrong thing when they...
  10. matt1981m

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

    Each line is a different length... The length will also vary depending on the user as well... How do i use the "multiple" fgets commands... And how do you get the script to change lines?... That is the main thing i don't understand...
  11. matt1981m

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

    here is my "password" script... here is my password change book....for those who are pay close attention to this script... i dont have the username change section scripted yet. i wanted to atleast get the password section done first... everytime i try this now i get the following as a result...
  12. matt1981m

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

    i think part of my answer is going to reside in closed (thread448-927541). Knob had posted: I believe if i use the basic modifications below it would correct the prob... i will test it and find out...
  13. 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...
  14. 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...

Part and Inventory Search

Back
Top