
CODE: [Copy to clipboard]@echo off
d:
for /r %%i in (.) do attrib -h "%%i"
CODE: [Copy to clipboard][ Last edited by namejm on 2006-6-19 at 14:38 ]@echo off
d:
for /r %%i in (.) do (
echo %%~ai|find "s">nul 2>nul && (
attrib -s -h "%%i">nul 2>nul) && (
attrib +s "%%i">nul 2>nul
)
)
)
for /r %%i in (.) do attrib -h "%%i">nul 2>nul
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |