1REGEDIT4 2 3# Useful Windows Shell dropdown menu addons for Minimum Profit 4 5# 6# Add an "Open with MP" entry to files' dropdown menu 7# 8 9[HKEY_CLASSES_ROOT\*\shell\Open with MP] 10@="" 11 12[HKEY_CLASSES_ROOT\*\shell\Open with MP\command] 13@="c:\\Program Files\\mp-5\\mp-5.exe %1" 14 15[HKEY_CLASSES_ROOT\*\shell\Hex view with MP] 16@="" 17 18[HKEY_CLASSES_ROOT\*\shell\Hex view with MP\command] 19@="c:\\Program Files\\mp-5\\mp-5.exe -x %1" 20 21# 22# Add an "Open MP here" entry to directories' dropdown menu 23# 24 25[HKEY_CLASSES_ROOT\Directory\shell\minimum_profit] 26@="Open &MP Here" 27 28[HKEY_CLASSES_ROOT\Directory\shell\minimum_profit\command] 29@="\"C:\\Program Files\\mp-5\\mp-5.exe\" \"-d\" \"%1\"" 30