Do not use backslash-b to select backspaces.
[mp-5.x.git] / mp.reg
blob15b94d4aaffc65040f5c62d2a540a0d568948bc2
1 REGEDIT4
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]
10 @=""
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]
20 @="Open &MP Here"
22 [HKEY_CLASSES_ROOT\Directory\shell\minimum_profit\command]
23 @="\"C:\\Program Files\\mp-5\\mp-5.exe\" \"-d\" \"%1\""