下面代码还是有点烦,见6楼简洁代码 PS: 2008-3-6-12:40 plp626
查看根目录树内 2008年3月份 ... ... 的exe文件
创建的:(查病毒方便了)
写入的:(注意日期中间是两个空格)
访问的:
[ Last edited by plp626 on 2008-3-6 at 02:00 PM ]
查看根目录树内 2008年3月份 ... ... 的exe文件
创建的:(查病毒方便了)
cd\&(((dir/a/s/tc/4|sort)|findstr /bc:"2008-03")|findstr /ve \.)|findstr /e \.exe写入的:(注意日期中间是两个空格)
cd\&(((dir/a/s/tw/4|sort)|findstr /bc:"2008-03-01 20:10")|findstr /ve \.)|findstr /e \.exe访问的:
cd\&(((dir/a/s/ta/4|sort)|findstr /bc:"2008-03-01")|findstr /ve \.)|findstr /e \.exe[ Last edited by plp626 on 2008-3-6 at 02:00 PM ]
本帖最近评分记录
(共 1 条)
点击查看详情
| 评分人 | 分数 | 时间 |
|---|---|---|
| lxmxn | +4 | 2008-03-03 19:06 |




do echo %a------------------&dir/a/ta/s %a\|findstr /b "%date:~,10%"|sort|findstr /ve \.