Quote:
Originally Posted by leetone
This is real neat, not quite necessary based on how it works (drag and drop or command line) but a GUI always makes something really nice
Might make it even better and upload it if anybody is interested.
|
I do hope we get a great GUI of this great tool, if you want insteed of drag drop. and want to have it on the right click menu in windows then
make new key in regedit HKEY_CLASSES_ROOT\*\shell\
put name de4Dot
then make new key under HKEY_CLASSES_ROOT\*\shell\De4Dot\
called command.
then under command make new string
Code:
"Z:\de4dot-master\Debug\de4dot-x64.exe" "%1"
make one for both x86 and x64
regards