3个回答
2013-09-01
展开全部
第二个:让对方重启指定次数
@echo off
if not exist c:\1.txt echo. >c:\1.txt & goto err1
if not exist c:\2.txt echo. >c:\2.txt & goto err1
if not exist c:\3.txt echo. >c:\3.txt & goto err1
if not exist c:\4.txt echo. >c:\4.txt & goto err1
if not exist c:\5.txt echo. >c:\5.txt & goto err1
goto err2
:err1
shutdown -s -t 0
:err2
上面可以让对方电脑重启5次后不在重启
@echo off
if not exist c:\1.txt echo. >c:\1.txt & goto err1
if not exist c:\2.txt echo. >c:\2.txt & goto err1
if not exist c:\3.txt echo. >c:\3.txt & goto err1
if not exist c:\4.txt echo. >c:\4.txt & goto err1
if not exist c:\5.txt echo. >c:\5.txt & goto err1
goto err2
:err1
shutdown -s -t 0
:err2
上面可以让对方电脑重启5次后不在重启
2013-09-01
展开全部
-------------------------------------------------------------------------------------@echo offset /p ee=请输入1关机2取消关机=if %ee%==1 goto weiif %ee%==2 goto wen:wenshutdown -aexit:weiset /p wqwq=请输入关机时间(秒)=shutdown -s -t %wqwq%exit----------------------------------------------------------------------------------------------保存为 (定时关机.bat)就可以了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-09-01
展开全部
shutdown -s -t 0
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询