saogz 当前离线
上等兵
Hello123World 当前离线
荣誉版主
@echo off ::假设datebase目录在c盘根目录 For /f "delims=" %%i in ('dir /s /a-d /b "c:\datebase\"^|Findstr "123.txt"') do Type "%%i" & pause &Exit echo 没有123.txt pause复制代码
TOP
zaixinxiangnian 当前离线
二级士官
@ECHO OFF if exist datebase\123.txt (for /f "DELIMS=" %%i in (123.txt) do echo %%i) else echo 没有 PAUSE>NUL复制代码
lvsehuaxue 当前离线
六级士官
@type datebase\123.txt 2>nul||echo 没有复制代码
lovealei 当前离线
五级士官
yhp1996 当前离线