
CODE: [Copy to clipboard]@echo off
find "226 Transfer complete" c:\test\a.txt
if %errorlevel% equ 0 (
echo call c:\ftp\insert_ok.bat
) else (
echo call c:\ftp\insert_error.bat
)
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |