Dude script to schedule reboot of some devices.

Is there a way to create a Dude script or function to schedule reboot of some devices (no mikrotik devices) via telnet?

Some ideas?

Cetalfio

Is there a way to create a Dude script or function to schedule reboot of some devices (no mikrotik devices) via telnet?

No way to create The Dude script to function this way. But, if you can create an external script wich will reboot devices, you can make The Dude to run it as external program (using The Dude exec function) on some kind of schedule.

I like to use http://www.autohotkey.com/ for scripting. Very powerful, flexible, and easy to use if you’re at all familiar with scripts.

The sendkeys function will “talk” to a telnet session.