
grepWin單文件版中文添加右鍵菜單最后由 xp3000 于 -5-14 21:56作用:右鍵添加grepWin選項,添加后方便批量操作文件http://bcn.bathome.net/s/tool/index.html?key=grepWin本次由注冊表照相機提取系統變化后轉換,熟悉注冊表的都是直接去下面提取HKLMSOFTWAREClassesDirectoryshell
grepWin英文版菜單翻譯,和grepWin放一起Settings更改English為Chinesenclick="copycode($('code0'));">復制代碼
- @echo off
- @for /f %%a in ('dir /a/s/b/on grepWin.exe') do (
- reg add HKLMSOFTWAREClassesDirectoryshellgrepWin /f /v Icon /t REG_SZ /d %%a,-107
- reg add HKLMSOFTWAREClassesDirectoryshellgrepWincommand /f /ve /t REG_SZ /d %%a /searchpath:%%1
- reg add HKCR*shellgrepWin /f /v Icon /t REG_SZ /d %%a,-107
- reg add HKCR*shellgrepWincommand /f /ve /t REG_SZ /d %%a /searchpath:%%1
- )
- pause

