
CODE: [Copy to clipboard][ Last edited by zw19750516 on 2008-3-30 at 01:56 PM ]for /f "skip=2 tokens=*" %%i in ('find /v "&&&&&&&&" ShortCut.txt') do (
set str=%%i
setlocal enabledelayedexpansion
set str=!str:"Modified=0"="Modified=1"!
echo !str! >>a.txt
endlocal
)
del ShortCut.txt /q
ren a.txt ShortCut.txt
goto :eof
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |