Skip to content

Instantly share code, notes, and snippets.

@Iv
Created November 2, 2017 03:21
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 Iv/e86c04c0439191df9ed95aca56a05c5d to your computer and use it in GitHub Desktop.
Save Iv/e86c04c0439191df9ed95aca56a05c5d to your computer and use it in GitHub Desktop.
register igc2kmz.bat as right click command
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Create KMZ for IGC files]
@="Create KMZ for IGC files"
[HKEY_CLASSES_ROOT\Folder\shell\Create KMZ for IGC files\command]
@="\"C:\\igc\\igc2kmz.bat\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment