
CODE: [Copy to clipboard]用 3 楼的代码比较好。@echo off
ms.exe 10.10.10.10 >ms.txt
findstr /i "app:" ms.txt && start cmd.exe || findstr /i "error:" ms.txt && start cmd.exe
CODE: [Copy to clipboard]@echo off
ms.exe 10.10.10.10 >ms.txt
findstr /i "error: app:" ms.txt && start cmd.exe
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |