找回密码
 注册
搜索
热搜: 超星 读书 找书
查看: 535|回复: 0

[【求助】] cmd脚本-列表今日访问过程序文件所在目录

[复制链接]
发表于 2005-9-26 16:19:12 | 显示全部楼层 |阅读模式
用处:
mm把日记程序藏的很深,还是被我找了出来
用法:目标路径下运行,或cmd下


find_ta_dir 2005-09-24


  1. 代码:
  2. @echo off
  3. echo.
  4. echo....列表今日访问过程序文件所在目录,等等待...
  5. echo.written by hitme 2005.09.25
  6. echo.
  7. (echo.^<html^>
  8. echo.^<head^>
  9. echo.^<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/^>
  10. echo.^<style type="text/css"^>
  11. echo.^<!--
  12. echo. a:active { text-decoration: none; color: red; fond: verdana; font-size: 10pt }
  13. echo. a:visited { text-decoration: none; color: green; fond: verdana; font-size: 10pt }
  14. echo. a:link { text-decoration: none; fond: verdana; font-size: 10pt }
  15. echo. --^>
  16. echo.^</style^>
  17. echo.^</head^>
  18. echo.^<body^>
  19. echo.^<b^>列表今日访问过程序文件所在目录^</b^>^<br^>
  20. echo.By hitme. 2005.09.25.^<p^>^</p^>)>list.htm
  21. if "%*"=="" (ver|findstr "XP 3790" && set today=%date:~0,10% || set today=%date:~4%) else set today=%*
  22. for /f "delims=" %%i in (&#39;dir /s/b/a/ad&#39;) do (
  23.                 dir /ta/a "%%i"\\*.exe 2>nul|findstr /r "^%today%"  && (
  24.                                         echo ^<a href="%%i" target="_blank"^>%%i^</a^> >>list.htm
  25.                                         echo ^</br^> >>list.htm)
  26. )
  27. start list.htm
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|网上读书园地

GMT+8, 2024-11-20 12:34 , Processed in 0.232622 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表