批处理命令大全

全部回答1
默认 最新
  • :: 创建《CMD命令速查手册》@echo offsetlocal EnableDelayedExpansionecho.echo.echo.echo 请稍候。。。。。。。echo.echo.echo.echo 《CMD命令速查手册》>CMD命令速查手册.txtfor /f "delims=:" %%f in ('help^|findstr /n "^ASSOC"') do set head=%%fset /a head-=1if "%head%"=="0" (set head=) else set head=skip=%head%for /f "%head% delims=" %%i in ('help') do (set str=%%i & set name=!str:~0,9! & set desc=!str:~9!echo.!name! | findstr /v "^[A-Z]" >nul && echo !desc! >>CMD命令速查手册.txtif errorlevel 1 echo !name! !desc! >>CMD命令速查手册.txt) for /f %%i in ('help^|findstr "^[A-Z]"') do ( help %%i | findstr "<.*>" >nulecho ===================================================================>>CMD命令速查手册.txt echo %%i >>CMD命令速查手册.txt echo ------------------------------------------------------------------->>CMD命令速查手册.txt help %%i >>CMD命令速查手册.txt )endlocalstart CMD命令速查手册.txt
    0 点赞

没有更多内容了

返回顶部
产品求购 求购