3 # Useful Windows Shell dropdown menu addons for Minimum Profit
6 # Add an "Open with MP" entry to files' dropdown menu
9 [HKEY_CLASSES_ROOT\*\shell\Open with MP]
12 [HKEY_CLASSES_ROOT\*\shell\Open with MP\command]
13 @="c:\\Program Files\\mp-5\\mp-5.exe %1"
16 # Add an "Open MP here" entry to directories' dropdown menu
19 [HKEY_CLASSES_ROOT\Directory\shell\minimum_profit]
22 [HKEY_CLASSES_ROOT\Directory\shell\minimum_profit\command]
23 @="\"C:\\Program Files\\mp-5\\mp-5.exe\" \"-d\" \"%1\""