Page 1 of 1

Standby.bat?

Posted: Thu Nov 01, 2007 5:18 am
by kappage
ok im not stupid i leave at 8 so that leaves 4 hours to download, a mod im getting so i make a batch file like this

@echo
shutdown.exe -s -t 14400 -c "Shutting down"

How do i make it standby do i just change it too

@echo
standby.exe -s -t 14400 -c "Standby"

Thanks

Re: Standby.bat?

Posted: Thu Nov 01, 2007 5:27 am
by DMB2000uk
I dont think you can do that.

Have you thought about just extending the power saving features to make your computer standby after 4 hours instead of the bat file?

Dan

Re: Standby.bat?

Posted: Thu Nov 01, 2007 4:36 pm
by kappage
i can switch user while its doing this, thats why i dont do that. but thanks anyway