标签:files forfiles span kill echo color pre file nbsp
@echo off forfiles /p "e:\xx" /m yyy*.* /s /c "cmd /c e:\xx\startone.bat @PATH"
@echo off start %1 %1 timeout /t 1
批量杀掉进程
taskkill /F /IM yyyyyy.exe
标签:files forfiles span kill echo color pre file nbsp
原文地址:https://www.cnblogs.com/zhenfei/p/13155268.html