
CODE: [Copy to clipboard]findstr /c:"我的DOS工具箱" boot.ini
if errorlevel 1 goto :eof
findstr /v "我的DOS工具箱" boot.ini>>boot.bak
attrib -a -s -h boot.ini
ren boot.ini boot.inn&&ren boot.bak boot.ini
attrib +a +s +h boot.ini
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |