Reboot Alcatel SpeedTouch from Script

by Daniel Petri - January 8, 2009
Printer Friendly Version

How can I reboot my Alcatel SpeedTouch Pro by using a shortcut or a script?

Sometimes you'll need to reboot your modem in order to make is synchronize with your network carrier, or just to save changes you've made to its' configuration.

The easiest way I've found it to use a simple Telnet script. The problem is that Windows Telnet client does not allow to enter scripted commands, so I had to look elsewhere.

Know What's on Your Network with Flow-Based Traffic Analysis


SolarWinds’ Orion NetFlow Traffic Analyzer (NTA) analyzes NetFlow, J-Flow, and sFlow® data & performs CBQoS monitoring to deliver a complete picture of network traffic, identifying who & what are consuming your bandwidth.

Download a FREE TRIAL!

To my surprise I came up with a small program made by Albert Yale a long time ago, called Telnet Scripting Tool - TST (191 kb).

This program will let you create a text file with commands, and enter them with your Telnet program.

I've created a text file called reboot.txt and placed it in the TST folder:

10.0.0.138 23
WAIT "User :"
SEND "\m"
WAIT "\m"
SEND "system\m"
WAIT "\m"
SEND "reboot\m"
WAIT "\m"

I then created a shortcut to the TST program:

C:\TST\TST10.exe /r:reboot.txt

(Change the folder location to match your own).

You can also create a shortcut for this operation in the Quick Launch area for quicker reboots.

That's it!

Links

Albert Yale's Good Old Software

Related Articles


Sign Up For the Petri IT Knowledgebase Weekly Digest!
*