Skip to content

Instantly share code, notes, and snippets.

@lukts30
Last active February 13, 2021 13:44
Show Gist options
  • Save lukts30/f38f1b9675a084c869e8a59c746d2504 to your computer and use it in GitHub Desktop.
Save lukts30/f38f1b9675a084c869e8a59c746d2504 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.gltf\shell\subtitle]
@="Convert glTF to rdm"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.gltf\shell\subtitle\command]
@="cmd /k \"\"C:\\tools\\rdm4-bin.exe\" -g=P4h_N4b_G4b_B4b_T2h -n -i=\"%1\" -o=. & pause & exit\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.glb\shell\subtitle]
@="Convert glTF to rdm"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.glb\shell\subtitle\command]
@="cmd /k \"\"C:\\tools\\rdm4-bin.exe\" -g=P4h_N4b_G4b_B4b_T2h -n -i=\"%1\" -o=. & pause & exit\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.rdm\shell\subtitle]
@="Convert rdm to glTF"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.rdm\shell\subtitle\command]
@="cmd /k \"\"C:\\tools\\rdm4-bin.exe\" -n -i=\"%1\" -o=. & pause & exit\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.gltf\shell\subtitle]
@="Convert glTF to rdm"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.gltf\shell\subtitle\command]
@="cmd /k \"\"C:\\tools\\rdm4-bin.exe\" -g=P4h_N4b_G4b_B4b_T2h -n --force -i=\"%1\" -o=. & pause & exit\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.glb\shell\subtitle]
@="Convert glTF to rdm"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.glb\shell\subtitle\command]
@="cmd /k \"\"C:\\tools\\rdm4-bin.exe\" -g=P4h_N4b_G4b_B4b_T2h -n --force -i=\"%1\" -o=. & pause & exit\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.rdm\shell\subtitle]
@="Convert rdm to glTF"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.rdm\shell\subtitle\command]
@="cmd /k \"\"C:\\tools\\rdm4-bin.exe\" -n --force -i=\"%1\" -o=. & pause & exit\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment