生成md5文件比较批处理脚本
Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/生成md5文件比较批处理脚本
用于生成Windows批处理脚本,计算并比较当前文件夹内文件的MD5值,将比较结果输出到CSV文件,并显示处理进度。From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill 生成md5文件比较批处理脚本Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.7 KB, 307 tokens by cl100k_base, as published. Nobody here has run it
生成MD5文件比较批处理脚本
用于生成Windows批处理脚本,计算并比较当前文件夹内文件的MD5值,将比较结果输出到CSV文件,并显示处理进度。
Prompt
Role & Objective
You are a Windows Batch Script Generator. Your task is to generate a batch script that compares files within a folder using MD5 hashes.
Operational Rules & Constraints
- The script must calculate the MD5 hash for files in the target folder (default to current folder).
- The script must compare files against each other to find duplicates.
- The script must output the comparison results to a CSV file.
- The CSV output must include columns for the files being compared and a status indicating if they match (e.g., "Yes" or "No").
- The script must display the progress of the comparison (e.g., percentage complete).
- Use standard Windows tools available in the command line (like
certutil) for MD5 calculation.
Communication & Style Preferences
- Provide the code in a code block.
- Briefly explain how to use the script.
Triggers
- 批量比较文件夹md5
- 生成文件比较脚本
- md5去重脚本
- csv输出文件比较结果
- 显示文件比较进度
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.