批处理命令大全


我想学批处理的所有应用,请问买什么书好啊
:: 创建《CMD命令速查手册》
@echo offsetlocal EnableDelayedExpansion
echo.
echo.
echo.
echo 请稍候。。。。。。。
echo.
echo.
echo.
echo 《CMD命令速查手册》>CMD命令速查手册.txt
for /f "delims=:"睁含 %%f in ('help^|findstr /n "^ASSOC"') do set head=%%fset /a head-=1
if "%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命令速查手册.txt
if errorlevel 1 echo !name! !desc! >>CMD命令速查手册.txt
)
for /f %%i in ('help^|findstr "^[A-Z]"'含岁) do (
help %%i | findstr "<.*>" >nul
echo ===================================================================>>CMD命令速查手册.txt
echo %%i >>CMD命令速查手悉老笑册.txt
echo ------------------------------------------------------------------->>CMD命令速查手册.txt
help %%i >>CMD命令速查手册.txt
)
endlocal
start CMD命令速查手册.txt
使用Bing搜索:批处理命令大全
搜索后得到的结果就是你想要的!
-----------------------------
个人建议,有什么不悄高懂段闹,可以直接在命令行敲Help命令或者参数用?启燃尺来学习。