Never actually tried this, but in the NT 4.0 Resource kit, there is program called Shutdown.exe.<br>
Create a batch file that contains the command:<br>
"Shutdown /r", (the "/r" restarts after the shutdown; try /? to see options) then schedule it to run using WinAT (also in resource kit).<br>
You can also use the batch file to first send out alerts, and shutdown services, or whatever before the system reboots. (There always someone on the server!)Also, check Microsoft dot com for some advice. A few searches of their knowledgebase should produce something good for you.<br>
Good luck.