联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off setlocal EnableDelayedExpansion cd.>List.txt for /f "tokens=1* delims= " %%i in ('help^|findstr "[a-z][A-Z]"') do ( if !N! GTR 0 ( echo !N! - %%i >>List.txt echo %%i >>List.txt echo.==================== >>List.txt cmd /c %%i/? >>List.txt echo. ) set /a N+=1 ) exit
@echo off setlocal EnableDelayedExpansion cd.>List.txt for /f "tokens=1* delims= " %%i in ('help^|findstr "[a-z][A-Z]"') do ( if !N! GTR 0 ( echo !N! - %%i >>%%i.txt cmd /c %%i/? ) set /a N+=1 ) exit