It's your friend

foxidrive wrote:ALbino wrote:Since there's only 12 possibilities, it's really not that big of a deal:
It's inelegant, but it works
Yep. As long as the OP is in the same region of the world as you, or uses the same date format.
Code: Select all
@echo off
shutdown -a
echo Shutdown was canceled.
Code: Select all
@echo off
set /a ShutdownTime=%1*60
shutdown -s -t %ShutdownTime%