I want to write a batch file that adds a function in the registry to open a file with WinHex from the right-click menu.
The content is as follows:
reg add "HKEY_CLASSES_ROOT\*\shell\WinHex 编辑\command"
/ve /d (the path where Winhex is located)\Winhex.exe "%1"
The batch file and Winhex.exe are in the same folder.
My question is: how can this be done with a batch file?
[ Last edited by chujiafu on 2010-4-24 at 00:21 ]
The content is as follows:
reg add "HKEY_CLASSES_ROOT\*\shell\WinHex 编辑\command"
/ve /d (the path where Winhex is located)\Winhex.exe "%1"
The batch file and Winhex.exe are in the same folder.
My question is: how can this be done with a batch file?
[ Last edited by chujiafu on 2010-4-24 at 00:21 ]
