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