批处理 重启5次
@echooffifnotexistc:\1.txtecho.>c:1.txt&gotoerr1ifnotexistc:\2.txtecho.>c:2.txt&gotoe...
@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
if not exist c:\6.txt echo. >c:6.txt & goto err1
goto err2
:err1
shutdown -s -t 0
:err2
这段代码的作用是让计算机重启5次,但是我看不懂。
请问这段代码什么意思,麻烦高手解释一下!谢谢。麻烦详细一点! 展开
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
if not exist c:\6.txt echo. >c:6.txt & goto err1
goto err2
:err1
shutdown -s -t 0
:err2
这段代码的作用是让计算机重启5次,但是我看不懂。
请问这段代码什么意思,麻烦高手解释一下!谢谢。麻烦详细一点! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询