- @echo off
- title 互助互利,扫码头像,感谢赞助;有什么问题,可加QQ956535081及时沟通
- set "self=%~0"
- for /f %%a in ('wmic process where "Name='cmd.exe' and CommandLine like '%%%self:\=\\%%%'" get ProcessId /value^|find /c "="') do set count=%%a
- if %count% geq 2 (exit)
- timeout /t 600 /nobreak
- start "" "2.bat"
- pause
复制代码
|