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 wOOdy-Soft 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: jeditom
  • Content: Threads
  • Order by date
  1. jeditom

    Waitfor forever substitute with 'Else" type statement.

    In the below excerpt, is there a way to remove the "Forever" from the waitfor statement and replace it with an "else" statement that would send us back to the start of the script? THANKS! waitfor "ENTER SHELF : ^[[24;28H" Forever transmit sShelf transmit "^M"
  2. jeditom

    Open a .vbs file at end if script

    How do I get my script to open a .vbs file at the end of the script? (the .vbs file will be a popup box that signifies the script has completed)
  3. jeditom

    Direct fopen to an alternate drive

    In the below script excerpt, is there a way to direct the script to look in the a: or d: drive for the text file "nychips1.txt"? if fopen 0 "nychips1.txt" READ TEXT ; TELNET INTO THE CONTROLLER connectmanual telnet "89.1.16.101
  4. jeditom

    Pulling script variables from multiple files.

    In the first few steps in the script below, is there a way to have the shelf number pulled from one text file and the slot number pulled from another. (In other words, I need the numbers transmitted in both those steps to be grabbed from a text file. Can I use the same text file and separate...
  5. jeditom

    getting data from a text file via a loop

    In an eight step Telnet process which waits for queues then sends keystrokes, how do I get a loop in place for just one step, where the text inputed is drawn from a text file? Script: proc main ; TELNET INTO THE CONTROLLER connectmanual telnet "89.1.16.105" ; CHOOSE 1 SELECT UNIT...
  6. jeditom

    Pulling variables from a text file

    How do I redirect my script in a loop to grab the two variables below being transmitted (in this case a 1) from an alternate file? ; CHOOSE 1 TO CHANGE THE SHELF waitfor "SHELF=" Forever waitfor "ENTER SELECTION : [24;32H" transmit "1&quot...
  7. jeditom

    Alternative to WAITFOR ?

    Is there a way to scan a screen of output for a particular string, then fire off the next line of the script? (As opposed to Waiting for the string to appear.) When Telnetting into my Adtran device I need to issue a WaitQuiet command, but experience a delay because the prompt I waiting for is...
  8. jeditom

    Transmit not working ??

    Why is it that I can transmit keystrokes to a Cisco device that I Telnetted to, but I can't transmit ANY keystrokes (letters or numbers) to an Adtran modem controller that I Telnetted to? Am I missing something obvious? (Thanks for previous help!!!!!)
  9. jeditom

    Telnet / Waitfor

    I need to develop a script that Telnets (IP) and sends keystrokes into an Adtran modem depending on what the display shows.. The Adtran menu displays a number of options. Does the "waitfor" command scan the entire display before allowing the script to proceed, or does it proceed as...

Part and Inventory Search

Back
Top