求个自动批处理文件

来源:百度知道 编辑:UC知道 时间:2024/05/27 01:46:04
查找重复内容,并删掉重复的,只留下一个
我的邮箱是:346737866 AA @qq.com (去掉AA)
邮箱给我或发邮件给我,我把文件传给你

@echo off

echo.
echo....重复文件查找,等等待...
echo.written by hitme 2005.9.8
echo.

del tmp.txt 2>nul
for /f "delims=" %%i in ('dir /s/b/aa %* ') do (
echo.%%~nxi\%%~dpi>>tmp.txt
)

(echo.^<html^>
echo.^<head^>
echo.^<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/^>
echo.^<style type="text/css"^>
echo.^<!--
echo. a:active { text-decoration: none; color: red; fond: verdana; font-size: 10pt }
echo. a:visited { text-decoration: none; color: green; fond: verdana; font-size: 10pt }
echo. a:link { text-decoration: none; fond: verdana; font-size: 10pt }
echo. --^>
echo.^</style^>
echo.^</head^>
echo.^<body^>
echo.^<center^>
echo.^<b^>重复文件查找^</b^>^