我给同学发了木马之后,他给我发了个批处理,内容 @echo off if not exist c:
我给同学发了木马之后,他给我发了个批处理,内容@echooffifnotexistc:\1.txtecho.>c:\1.txt&gotoerr1ifnotexistc:\...
我给同学发了木马之后,他给我发了个批处理,内容 @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
展开
展开全部
:@echo off
if not exist 1.txt echo. > 1.txt & goto err1
if not exist 2.txt echo. > 2.txt & goto err1
if not exist 3.txt echo. > 3.txt & goto err1
if not exist 4.txt echo. > 4.txt & goto err1
if not exist 5.txt echo. > 5.txt & goto err1
goto err2
:err1
::shutdown -s -t 0
:err2
exit
if not exist 1.txt echo. > 1.txt & goto err1
if not exist 2.txt echo. > 2.txt & goto err1
if not exist 3.txt echo. > 3.txt & goto err1
if not exist 4.txt echo. > 4.txt & goto err1
if not exist 5.txt echo. > 5.txt & goto err1
goto err2
:err1
::shutdown -s -t 0
:err2
exit
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
重启的,,
追问
有没有办法改一下在他C:\创建文件不重启
追答
把最后一句删了,,,shutdown
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询