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...
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...
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...
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"...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.