@echo off
for /f "delims=exe" %%i in ("dksexe") do if %%i=="" (echo 不
包括exe) else (echo 包括exe)
我是接你的写的:
echo %%c|find "exe">nul&&set baohan_exe=true
if "%baohan_exe%"=="true" (
dosomething
) else (
dosomething
)
for /f "Delims=" %%i in ('dir /b *.*')do (
if %%~xi==exe echo 包含“exe”||echo 不包含“exe”)