发布网友 发布时间:2024-10-24 13:48
我来回答
共2个回答
热心网友 时间:2024-10-27 01:44
tasklist | findstr /i "a.exe" && (exit) || (copy "D:\1.txt" "D:\soft\")
如果检查到a.exe运行就exit,否则复制1.txt到d盘soft文件夹下。
热心网友 时间:2024-10-27 01:39
tasklist|findstr a.exe&&echo 有a.exe进程||echo 没有进程