program to turn off the pc?

01/13/2011 21:58 trane1#1
hey guys

I'm looking for a program that shuts down my computer at time I want, even if im not at home.
really need it.

thx
01/13/2011 23:45 HaGsTeR#2
Quote:
@echo
shutdown.exe -s -t 10 -c "shutting down"
Write it in a notepad, and save it as a .bat, 10 stands for seconds so if you want it to shutdown in 1 hour, just take 1 sec * 60 * 60 (witch is 3600)

if you want a better script / app, witch u can set a specific time on, just google for it :P
01/13/2011 23:47 trane1#3
thx
01/14/2011 01:22 Canalien#4
or u can write in cmd
at 17:45 shutdown /f /s

than u dont need to calculate the time

mfg canalien
01/14/2011 11:51 momo4kill#5
[Only registered and activated users can see links. Click Here To Register...]

easier