batching telnet scripts for a router

halo779

Beta member
Messages
1
hey

what i what to do is have a script that my download manger can run that when is done a download it reboots the router(dsl-504t_tx) i have a telnet script that dose it fine but how can i automate the telnet script to run it
Code:
10.1.1.1
WAIT "login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT "#"
SEND "reboot"
WAIT "#"
SEND "exit\m"

the download manger is usdownloader and it can not do parms. for the file that it is told to run

thanks all
 
Back
Top Bottom