
CODE: [Copy to clipboard][ Last edited by Hanyeguxing on 2010-6-20 at 15:26 ]@echo off&setlocal enabledelayedexpansion
for %%a in ("d:\z\*.txt") do (
for /F "tokens=1-5 delims=:-/ " %%b in ("%%~ta") do set c=0%%c&set d=0%%d&set e=0%%e&set f=0%%f
if "%%b-!c:~-2!-!d:~-2! !e:~-2!:!f:~-2!" gtr "2010-06-20 00:00" echo.%%a
)
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |