Jump to content

so i recently decided to make a small batch program that would shutdown my pc after a given amount of minutes, as this would be useful when downloading things from steam while i sleep.

 

i am having a small amount of trouble because it has been a little while and i don't really remember thy syntax

 

anyway, here is as far as i have gotten:

@[member='Echo'] offecho if you want to abort a scheduled shutdown, type aset /P t=how many minutes untill shutdown?:if /I %t%==a (shutdown /aecho shutdown abortedtimeout /t 5 /NOBREAKgoto e ) elseset /a tt=%t% * 60set /P yn=are you sure? (y\n):if /I %yn%==y (shutdown /s /f /t %tt%echo shutting down in %t% minutes ) else:eexit

edit: sorry for the strange variables

Link to comment
https://linustechtips.com/topic/269950-batch-shutdown-timer/
Share on other sites

Link to post
Share on other sites

i started this partly because it would be helpful and partly because i want to learn more coding, if i accept yours i would have to start over with syntax in C or just trust some exe handed to me over the internet.

so thank you for the offer, but no thank you

Link to comment
https://linustechtips.com/topic/269950-batch-shutdown-timer/#findComment-3664094
Share on other sites

Link to post
Share on other sites

i started this partly because it would be helpful and partly because i want to learn more coding, if i accept yours i would have to start over with syntax in C or just trust some exe handed to me over the internet.

so thank you for the offer, but no thank you

Ok I thought you just need program ready for use and not for learning.

 

use quote if you want someone to see your reply

Link to comment
https://linustechtips.com/topic/269950-batch-shutdown-timer/#findComment-3664173
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×