India Broadband

Forum

 

telnet please help auto login

This is a discussion on telnet please help auto login within the BSNL broadband forums, part of the DSL Broadband Service Providers category; in reference to these http://www.indiabroadband.net/bsnl-b...-plz-help.html http://www.indiabroadband.net/bsnl-b...n-problem.html i have the following doubts- should we add reboot.txt to scheduling task? this script ...


Go Back   India Broadband Forum > Indian Broadband Forums > DSL Broadband Service Providers > BSNL broadband

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools Display Modes
Old 05-03-2008   #1
Junior Member
 
Join Date: Feb 2008
Location: mysore
Posts: 21
Rep Power: 0 akshaymys is on a distinguished road
Default telnet please help auto login

in reference to these


http://www.indiabroadband.net/bsnl-b...-plz-help.html (Help on UT300R2U,pppoe,Home500.. plz help!!!!)

http://www.indiabroadband.net/bsnl-b...n-problem.html (Auto login problem)



i have the following doubts-
should we add reboot.txt to scheduling task?
this script is not rebooting-



192.168.1.1 23

WAIT "Login:"

SEND "admin\m"

WAIT "Password:"

SEND "\madmin\m"

WAIT "Login:"

SEND "admin\m"

WAIT "Password:"

SEND "admin\m"

WAIT

SEND "reboot\m"

WAIT



i m having ut300r2u and home 500c plan
please help since i need to get up at 2 am daily
akshaymys is offline   Reply With Quote
Old 05-03-2008   #2
Silver Member
 
Join Date: Jan 2008
Location: Chennai - Tamil Nadu - India
Age: 25
Posts: 419
Rep Power: 1 aruncse30 is on a distinguished road
Thumbs up

Here we go..

1. Download this and put it in one folder say.. c:\restart
This folder should contain the downloaded 5 r 6 files. (dont put any subfolder)
WinSite: Telnet Scripting Tool

2. create one txt file with the following content in c:\restart.. say restart.txt

192.168.1.1 23
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "\madmin\m"
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT
SEND "reboot\m"
WAIT

3. create one new schedule... use ur system password while scheduling task.

4. After created the task.. right click on it and in the Run.. do this

"c:\restart\tst10.bat" /r:restart.txt (not sure with the file name.. but do it correctly...

then save it.. again it will ask ur system username and password.. give it.. it should not throw any error.

5. u done it... do it.. and let me know
aruncse30 is offline   Reply With Quote
Old 05-03-2008   #3
Junior Member
 
Join Date: Feb 2008
Location: mysore
Posts: 21
Rep Power: 0 akshaymys is on a distinguished road
Default

Quote:
Originally Posted by aruncse30 View Post
Here we go..

1. Download this and put it in one folder say.. c:\restart
This folder should contain the downloaded 5 r 6 files. (dont put any subfolder)
WinSite: Telnet Scripting Tool

2. create one txt file with the following content in c:\restart.. say restart.txt

192.168.1.1 23
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "\madmin\m"
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT
SEND "reboot\m"
WAIT

3. create one new schedule... use ur system password while scheduling task.

4. After created the task.. right click on it and in the Run.. do this

"c:\restart\tst10.bat" /r:restart.txt (not sure with the file name.. but do it correctly...

then save it.. again it will ask ur system username and password.. give it.. it should not throw any error.

5. u done it... do it.. and let me know
while in control panel>schedule tasks>add schedule tasks should we "browse" and add restart.txt ?
should we create any batch file?
akshaymys is offline   Reply With Quote
Old 05-03-2008   #4
Silver Member
 
Join Date: Jan 2008
Location: Chennai - Tamil Nadu - India
Age: 25
Posts: 419
Rep Power: 1 aruncse30 is on a distinguished road
Default

Quote:
Originally Posted by akshaymys View Post
while in control panel>schedule tasks>add schedule tasks should we "browse" and add restart.txt ?
should we create any batch file?
NOOOOOOOO.. give tst10.bat
aruncse30 is offline   Reply With Quote
Old 05-03-2008   #5
Junior Member
 
Join Date: Feb 2008
Location: mysore
Posts: 21
Rep Power: 0 akshaymys is on a distinguished road
Default

Quote:
Originally Posted by aruncse30 View Post
NOOOOOOOO.. give tst10.bat




where is this tst10.bat?

i only made restart.txt in the folder containing one tst10.exe and tst10.txt
akshaymys is offline   Reply With Quote
Old 05-03-2008   #6
Silver Member
 
Join Date: Jan 2008
Location: Chennai - Tamil Nadu - India
Age: 25
Posts: 419
Rep Power: 1 aruncse30 is on a distinguished road
Default

Quote:
Originally Posted by akshaymys View Post
where is this tst10.bat?

i only made restart.txt in the folder containing one tst10.exe and tst10.txt
no.. i mean tst10.exe man... im not in my pc.. thats y cant give the exact info.. no need to create or use tst10.txt. ok??
aruncse30 is offline   Reply With Quote
Old 06-03-2008   #7
Junior Member
 
Join Date: Feb 2008
Location: mysore
Posts: 21
Rep Power: 0 akshaymys is on a distinguished road
Default

after i make reboot.txt file and type the following

192.168.1.1 23
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "\madmin\m"
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT
SEND "reboot\m"
WAIT

and save .Open windows schedule task and add "browse" and add "tst10.exe"
and then "right click" on tst10.exe in schedule task and then click on "properties" and give the path in "run" as "C:\tst\reboot.txt" (tst is the folder in C:\) and click "apply" once again i type the password

but its not rebooting.

please help
akshaymys is offline   Reply With Quote
Old 06-03-2008   #8
Platinum Member
 
Join Date: Jan 2008
Location: UP(west)
Posts: 1,747
Blog Entries: 1
Rep Power: 2 whitestar_999 is on a distinguished road
Default

Quote:
SEND "\madmin\m"
it should be SEND "admin\m"
whitestar_999 is offline   Reply With Quote
Old 06-03-2008   #9
Junior Member
 
Join Date: Feb 2008
Location: mysore
Posts: 21
Rep Power: 0 akshaymys is on a distinguished road
Default

Quote:
Originally Posted by whitestar_999 View Post
it should be SEND "admin\m"



no luck whitestar_999

just the reboot.txt notepad is opening
akshaymys is offline   Reply With Quote
Old 06-03-2008   #10
Platinum Member
 
Join Date: Jan 2008
Location: UP(west)
Posts: 1,747
Blog Entries: 1
Rep Power: 2 whitestar_999 is on a distinguished road
Default

Quote:
Now open Control Panel and open Scheduled Tasks. Add Scheduled Task. Follow the instructions. Browse to the directory you extracted tst10.exe to, and open it. Give a name to this task (only for your convenience, can be anything) and choose how often you want the reboot (daily/weekly/what?). Choose the time you want reboot to occur. If you are setting this up on a particular WinXP user account, you may be asked for your XP user password. OK, when the task is created and appears in Scheduled Tasks, right click on it and click on Properties. On the Task tab you will see "Run", where the location of tst10.exe woold be present already. At the end of this line, outside the quotes, add /r:reboot.txt so it looks like
"C:\tst10.exe" /r:reboot.txt
try this
whitestar_999 is offline   Reply With Quote
Reply

Bookmarks

Tags
auto, login, telnet


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Some important features of Indian Auto Market MyWay Cars in India 4 2 Weeks Ago 01:24 AM
Auto login problem akshaymys BSNL broadband 7 27-08-2008 05:10 AM
How to login through portalid to check usage? sonsandeep BSNL broadband 1 01-03-2008 01:35 PM
Auto Bid Systems, Inc. Announces Next Version of eNegotiation for Online Vehicle Pirate PR Releases Database 0 16-03-2007 03:48 AM
Bajaj Auto to stop manufacturing 100cc Platina in the next couple of years Pirate News and Views from the Business World 0 02-12-2006 02:40 AM


All times are GMT +5.5. The time now is 10:42 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
India Broadband Forum