findstr /c:"stringToCheck" "c:\MyFolder\fileToCheck.bat" >nul 2>&1 if ... execute cmd2 if cmd1 was successful (errorlevel=0), else execute cmd3 if cmd1 ...
確定! 回上一頁