Skip to content

Instantly share code, notes, and snippets.

@francoishill
Created July 8, 2015 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francoishill/66f3ca3d4ceff85fbf8b to your computer and use it in GitHub Desktop.
Save francoishill/66f3ca3d4ceff85fbf8b to your computer and use it in GitHub Desktop.
Add explorer right-click entries for Accurev to show `hist` and `stat`
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*]
[HKEY_CLASSES_ROOT\*\AccurevSubCommands]
[HKEY_CLASSES_ROOT\*\AccurevSubCommands\Shell]
[HKEY_CLASSES_ROOT\*\AccurevSubCommands\Shell\Accurev stat]
"MUIVerb"="Accurev stat"
[HKEY_CLASSES_ROOT\*\AccurevSubCommands\Shell\Accurev stat\command]
@="cmd /C accurev stat -fr \"%1\" & pause"
[HKEY_CLASSES_ROOT\*\AccurevSubCommands\Shell\Accurev hist]
"MUIVerb"="Accurev hist"
[HKEY_CLASSES_ROOT\*\AccurevSubCommands\Shell\Accurev hist\command]
@="cmd /C accurev hist -fr \"%1\" & pause"
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\Accurev Commands]
"MUIVerb"="Accurev Commands"
"ExtendedSubCommandsKey"="*\\\\AccurevSubCommands"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment