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 SkipVought 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: *

  1. CaliColin

    Need my script to move on if it can't telnet to a router, and tell me.

    Cool, this seems to get me most of the way there! I incorporated your suggestion and now have this: ------------------------------- proc main string szFname = "C:\routers.txt" if fopen 0 szFname READ TEXT while not feof 0 fgets 0 szLine...
  2. CaliColin

    Need my script to move on if it can't telnet to a router, and tell me.

    My script telnets to a list of routers in a text file (one by one), and issues a command to each router. The problem is, when it gets to a router that is unreachable, the script simply hangs and I have to figure out where it hung, and remove that router's IP address from the text file. Then I...

Part and Inventory Search

Back
Top