To execute the command make
or make clean
via the context menu of the Windows shell. (Note: You must have `make' command in your environment at first.)
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\make]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\make_clean]
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\make]
@="make"
"Icon"="shell32.dll,2"
[HKEY_CLASSES_ROOT\Directory\Background\shell\make\command]
@="cmd.exe /c make"
[HKEY_CLASSES_ROOT\Directory\Background\shell\make_clean]
@="make clean"
"Icon"="shell32.dll,2"
[HKEY_CLASSES_ROOT\Directory\Background\shell\make_clean\command]
@="cmd.exe /c make clean"