@echo off forfiles /p "e:xx" /m yyy*.* /s /c "cmd /c e:xxstartone.bat @PATH"
@echo off start %1 %1 timeout /t 1
批量杀掉进程
taskkill /F /IM yyyyyy.exe