@echo off
echo USAGE: "BAG 查找的目录 完整文件名"
echo Example: bag.bat c:\ bagpipe.txt 注意:空格的位置
echo This batch script is only applicable to FAT32 partitions and uses the system 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 This batch script is only applicable to FAT32 partitions and uses the system WIN 2000/XP
chkdsk %1 /v|find "%2" >1.txt
notepad 1.txt
del 1.txt
Attachments
