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 Chris Miller 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. bebe2323

    automate logging onto various ipaddress

    got it thamks for your help its now looking much better plus its going thru all my ip address proc main string sLine, sTemp1, sTemp2, sTemp3, sTemp4, sTemp5 fopen 0 "C:\node B\calvin1.txt" READ TEXT ;Open our data file while not feof 0 ;loop While...
  2. bebe2323

    automate logging onto various ipaddress

    awesome made the changes and its looking much better however i am stil left with 2 issues 1 its not looping thru all the ipaddress (error 5) and 2 its overwriting the site name here is the output no matter where i put the termwrite for username it gets overwritten username: rbs password...
  3. bebe2323

    automate logging onto various ipaddress

    ok i have figure out most of it but my output is all screw up here is what i have THIS IS MY SCRIPT proc main string sLine, sTemp1, sTemp2, sTemp3, sTemp4, sTemp5 fopen 0 "C:\node B\test.txt" READ TEXT ;Open our data file while not feof 0 ;loop...
  4. bebe2323

    automate logging onto various ipaddress

    these are the two script i have been working on i need to completely automate any one ;This script will prompt for the IP of a Node-B, telnet to the Node-B, and get VSWR values. proc main string szipaddress string szusername string szpassword sdlginput "IP ADDRESS"...
  5. bebe2323

    automate logging onto various ipaddress

    ok so i am still not getting this thing to work i can read from and login to a (ip.txt) list but i cant get it to read the username and password this is what i am working with so for string sIP string sMarket string sTemp string sUsername string sPassword proc main integer...
  6. bebe2323

    automate logging onto various ipaddress

    this is what i have so for i only need the vswr result string sIP string sMarket string sTemp proc main integer iDay, iMonth, iYear, iHour, iMin, iSec string sFileName ltimeints $LTIME iYear iMonth iDay iHour iMin iSec strfmt sFileName "%d%02d%02d" iYear iMonth iDay...
  7. bebe2323

    automate logging onto various ipaddress

    thanks for the info i started working with the first script and its working great. however some of these ip address have a unique password and also i need to save the name thats associated with these ip's so i can easilly id them here is an ex.of my spreadsheet. name ipaddress...
  8. bebe2323

    automate logging onto various ipaddress

    Hi, I need a script that can reference an excel spread sheet pull an ip address then telnet into that ip address log me on and run a script capture the result and put it back on a excel spread sheet so for i am doing all of this manually i have 500 plus sites that i want to automate. here is...

Part and Inventory Search

Back
Top