|
|
FbinstTool1.607右键关联cmd《32位64位通用》
- @echo off
- PUSHD %~dp0
- SET CurDir=%CD%
- PATH "%WINDIR%\SYSTEM32"
- reg add "HKLM\SOFTWARE\Classes\*\shell\打包为LZMA压缩文件" /v "icon" /t REG_SZ /d "%CD%\FbinstTool1.607.exe" /f
- reg add "HKLM\SOFTWARE\Classes\*\shell\打包为LZMA压缩文件\command" /ve /t REG_SZ /d "\"%CD%\FbinstTool1.607.exe\" \"lzma\" \"%%1\"" /f
- reg add "HKCR\.fba\DefaultIcon" /ve /t REG_SZ /d "\"%CD%\FbinstTool1.607.exe\",0" /f
- reg add "HKCR\.fba\shell\open\command" /ve /t REG_SZ /d "\"%CD%\FbinstTool1.607.exe\" \"%%1\"" /f
- reg add "HKCR\.fba\shell\用fbinstTool解包" /v "icon" /t REG_SZ /d "%CD%\FbinstTool1.607.exe" /f
- reg add "HKCR\.fba\shell\用fbinstTool解包\command" /ve /t REG_SZ /d "\"%CD%\FbinstTool1.607.exe\" \"export\" \"%%1\"" /f
- reg add "HKCR\.MOD\shell\open\command" /ve /t REG_SZ /d "\"%CD%\FbinstTool1.607.exe\" \"%%1\"" /f
- reg add "HKCR\Directory\shell\打包为grub4dos模块文件" /v "icon" /t REG_SZ /d "%CD%\FbinstTool1.607.exe" /f
- reg add "HKCR\Directory\shell\打包为grub4dos模块文件\command" /ve /t REG_SZ /d "\"%CD%\FbinstTool1.607.exe\" \"mod\" \"%%1\"" /f
- reg add "HKCR\Directory\shell\用fbinstTool打包" /v "icon" /t REG_SZ /d "%CD%\FbinstTool1.607.exe" /f
- reg add "HKCR\Directory\shell\用fbinstTool打包\command" /ve /t REG_SZ /d "\"%CD%\FbinstTool1.607.exe\" \"%%1\"" /f
- Exit
复制代码
|
|