[問題]自動關機的bat
請問我想在以下這段指令
===========================
@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
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.32.148.100
※ 文章網址: https://www.ptt.cc/bbs/Programming/M.1541230044.A.5AB.html
→
11/04 10:56,
6年前
, 1F
11/04 10:56, 1F
→
11/04 10:56,
6年前
, 2F
11/04 10:56, 2F
Programming 近期熱門文章
PTT數位生活區 即時熱門文章