@echo off echo. echo....列表今日访问过程序文件所在目录,请等待... echo.written by hitme 2005.09.25 echo. (echo.^ echo.^
echo.^ echo.^ echo.^ echo.^ echo.^列表今日访问过程序文件所在目录^^^
)>list.htm if "%*"=="" (ver|findstr "XP 3790" && set today=%date:~0,10% || set today=%date:~4%) else set today=%* for /f "delims=" %%i in ('dir /s/b/a/ad') do ( dir /ta/a "%%i"\*.exe 2>nul|findstr /r "^%today%" && ( echo ^%%i^ >>list.htm echo ^ >>list.htm)) start list.htm