One UPS, two PC's

ussvoyager74656

Baseband Member
Messages
58
Ok heres the sitch. I have a Windows 2000 server and a Windows XP machine. My UPS only has the ability to shutdown one computer. However the UPS monitor software can run a batch file if the power failures.

I was wondering if there was anyway to shutdown windows 2000 remotely from windows xp using a batch file. or if there is a way to shutdown windows xp remotely using a batch file.
 
you could try
"shutdown -s -t (however long you want it to wait, in seconds) -m \\network\computer"
 
Back
Top Bottom