1樓:匿名使用者
@echo off
:again
if %time% lss 06:00:00.00 goto done
if %time% lss 12:00:00.00 ping 127.1 -n 30 & goto again
if %time% lss 13:30:00.00 goto done
if %time% lss 17:00:00.00 ping 127.1 -n 30 & goto again
:done
shutdown -s -f -t 0
請點選下圖,有詳細解釋。刷不出,請按f5重新整理。
2樓:
::改好了,9點版。
@echo off
:start
if %timeis% lss 900 (goto shutdownit) else (if %timeis% geq 1200 if %timeis% leq 1330 (goto shutdownit) else (if %timeis% geq 1700 (goto shutdownit)))
ping 127.1 -n 30 1>nul 2>nulgoto start
:shutdownit
shutdown -s -f -t 0
高手請幫我做個 批處理 90,幫忙寫個批處理
color 5f mode con cols 75 lines 10echo 是要定時重啟系統 r 還是要定時關機 s 或者即刻重啟 rn 或即刻關機 sn set p d 輸入你的選項 if d r goto d elseif d s goto d elseif d rn goto d elsei...
批處理高手請進,批處理的批處理
怎麼不好使了。這個簡單批處理語法很正確啊。echo off set p userchoice 請輸入密碼if userchoice 1234567 goto aecho 密碼錯誤。a start 惡搞大王。exepause應該正確。你的問題老在問啊。直接找我就是了。if userchoice 123...
求高手幫我編寫這個批處理
echo off taskkill f im explorer.exestart explorer.exe exit 鬱悶啊不需要像你所說的一樣啊 還有複雜的按鍵 echo off taskkill f im explorer.exe rem 此句用來結束explorer.exe程序.explore...