[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖
  1. @echo off&setlocal enabledelayedexpansion
  2. (for /f "delims="eol^= %%a in ('findstr /n . %1') do (
  3. set /p str=
  4. call set "str=!str!"
  5. echo !str:%%=%%%%!
  6. for /f "tokens=1*"eol^= %%b in ("!str!") do (
  7. if /i %%b==set set %%c
  8. )
  9. ))<%1
  10. pause
复制代码
http://www.bathome.net/thread-17490-1-1.html

TOP

  1. @echo oFF
  2. echo off&setlocal enabledelayedexpansion
  3. set tcopu=%bh%jkq%vz%f7%4c50t%u1w8%(cdf9)%@6tc%
  4. cls  
  5. mode con: cols=55 lines=24
  6. color a
  7. cls
  8. del result.txt
  9. del s1.txt
  10. del s2.txt
  11. del ipss.txt
  12. del done.txt
  13. del ip_list.txt
  14. del ips.txt
  15. cls
  16. for /F "eol= tokens=1,2 delims= " %%i in (ip.txt) do (
  17. title    %%i---%%j  qq675876908  
  18. s.dll syn %i %j 22 /save  
  19. for /F "eol=- tokens=1,2 delims= " %%i in (result.txt) do echo %%i %%j 1>>s1.txt  
  20. for /F "eol=P tokens=1,2 delims= " %%i in (s1.txt) do echo %%i  %%j 1>>s2.txt  
  21. for /F "eol=S tokens=1,2 delims= " %%i in (s2.txt) do echo %%i 1>>ipss.txt  
  22. del s1.txt  
  23. del s2.txt  
  24. del Result.txt  
  25. )
  26. copy ipss.txt ips.txt
  27. start 热血爆破器.exe
  28. start 2.bat
  29. exit
复制代码
大概就是这样吧

TOP

返回列表