請問我想在以下這段指令
===========================
@echo off
shutdown -s -t 18000
choice /c S /n /m "排程關機中...停止(S):"
if %errorlevel%==S echo
:S
shutdown -a
GOTO end
:end
exit
===========================
想要加入關機前的秒數倒數
請問要如何實作呢?謝謝
示意圖 https://i.imgur.com/XoeX1n7.jpg