
CODE: [Copy to clipboard]@echo off & setlocal ENABLEDELAYEDEXPANSION
TITLE 显示 %date:~0,10% 的文件
for /f "delims=" %%c in ('dir /b /a-d ') do (
set t=%%~tc
if "!t:~0,10!" EQU "!date:~0,10!" echo "%%c"
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |