CODE: [Copy to clipboard]@echo off Set /p num=请以分钟为单位输入时间(如60): set /a t=%num%*60 shutdown -s -t %t% pause