
CODE: [Copy to clipboard][ Last edited by hxuan999 on 2006-12-20 at 10:00 PM ]@echo off
@mode con:cols=80 lines=8
@title 枚举并适时显示
@color 71
@echo 正在枚举中..........
if exist result.txt @del result.txt /f/q
@for /r %%d in (*.*) do @(
@echo %%~nxd >>result.txt && @(cls && echo%%~nxd)
)
@title 枚举并适时显示
@start result.txt
@echo.
@echo OK,完成 正在退出..........
@dir %windir% /a /s>nul
exit
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |