@echo off
echo USAGE: "BAG 查找的目录 完整文件名"
echo Example: bag.bat c:\ bagpipe.txt 注意:空格的位置
echo 此批处理只使用于FAT32分区 使用系统 WIN 2000/XP
chkdsk %1 /v|find "%2" >1.txt
notepad 1.txt
del 1.txt
echo USAGE: "BAG 查找的目录 完整文件名"
echo Example: bag.bat c:\ bagpipe.txt 注意:空格的位置
echo 此批处理只使用于FAT32分区 使用系统 WIN 2000/XP
chkdsk %1 /v|find "%2" >1.txt
notepad 1.txt
del 1.txt
附件
