联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
for %a in (D:\dools) do @for /F %b in ("%~ta") do @if "%b" neq "2007-11-04" echo 文件的修改日期不是2007-11-04
for %a in (D:\dools) do @for /F %b in ("%~ta") do @if "%b" neq "2007-11-04" echo The modification date of the file is not 2007-11-04
for %a in (D:\dools) do @for /F %b in ("%~ta") do @if "%b" neq "2007-11-04" (echo 文件的修改日期不是2007-11-04) else (echo 文件的修改时间为2007-11-04)
for %a in (D:\dools) do @for /F %b in ("%~ta") do @if "%b" neq "2007-11-04" (echo The modification date of the file is not 2007-11-04) else (echo The modification time of the file is 2007-19-04)