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
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
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)Quote:
@echo
shutdown.exe -s -t 10 -c "shutting down"