批量打开文件夹下所有的指定文件(批处理)

@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

 

posted on 2020-06-17 23:16  震撼起飞  阅读(3168)  评论(0编辑  收藏  举报

导航