脚 本 之 家 www.jb51.net
页面导航:  不限条件-->ba
本地搜索:
[code]@echo off  setlocal  cd/d %temp%  echo Set colOperatingSystems = GetObject("winmgmts:{(Shutdown)}").ExecQuery("Select * from Win32_OperatingSystem") >shutdown.vbs echo For Each objOperatingSy...
http://www.jb51.net//article/10947.htm
reg add "HKCR\*\shell\ms-dos" /ve /d ms-dos /freg add "HKCR\*\shell\ms-dos\command"  /ve /d "cmd.exe /k cd %%1"  /freg add "HKCR\Folder\shell\ms-dos" /ve /d ms-dos /freg add "...
http://www.jb51.net//article/10945.htm
@echo offcd.>script.txt>>script.txt echo list diskfor /f %%i in (’diskpart /s script.txt^|find /c ^"联机^"’) do Set HardDrivers=%%idel script.txt /qecho 您的计算机上硬盘安装数量为:%HardDrivers%pause...
http://www.jb51.net//article/10944.htm
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v HideFileExt /t reg_dword /d 00000001 /f...
http://www.jb51.net//article/10942.htm
@echo offset disk=cdefghijklmnopqrstuvwxyzFOR /L %%i IN (0,1,23) DO call echo %%disk:~%%i,1%%pause...
http://www.jb51.net//article/10938.htm
@echo offsetlocal enabledelayedexpansionfor /f "delims=\" %%i in (’fsutil fsinfo drives^|find /v ""’) do (    set var=%%i    set drive=!var:~-2!    fsutil fsinf...
http://www.jb51.net//article/10934.htm
枚举显示.bat[code]@echo offmode con:cols=80 lines=8title 枚举显示set tgt=%windir%for /F "tokens=*" %%i in (’dir %tgt% /A- /B /S’) do @(cls && echo %%i && for /L %%k in ...
http://www.jb51.net//article/10932.htm
[code]@echo off if "%~1" == "" goto :EOF ::检查扩展名是否是快捷方式文件 if /i "%~x1" NEQ ".lnk" goto error for /f "delims=" %%i in (’find ":" "%~1" ^|findstr /r "^[A-z]:[\\]"’) do...
http://www.jb51.net//article/10926.htm
[code]rem  文件更新列表批处理clstitle         YIPINGSOFT CopyRight2006            rem "=================================================="For /r  %%i in (.)&nb...
http://www.jb51.net//article/10925.htm
按扩展名分类.bat[code]for %%i in (*) do (md %%~xi move *%%~xi %%~xi) pause[/code]...
http://www.jb51.net//article/10924.htm
sz.reg转换成reg.bat.bat[code]@echo offfor /f "tokens=*" %%a in (’type sz.reg’) do echo echo %%a^>^>tmp.reg>>reg.batecho echo regedit /s tmp.reg>>reg.bat[/code]...
http://www.jb51.net//article/10923.htm
共有:171/10,当前7/18页  [首页] [上一页] 3 4 5 6 7 8 9 10 [下一页]  [尾页] 转到: