Skip to content

Instantly share code, notes, and snippets.

@KurtJacobson
Created June 29, 2022 12:42
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 KurtJacobson/b4084acd6980ae48a884df885599cd1d to your computer and use it in GitHub Desktop.
Save KurtJacobson/b4084acd6980ae48a884df885599cd1d to your computer and use it in GitHub Desktop.
Open STP file in active Inventor instance
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.stp]
@="stp_auto_file"
[HKEY_CLASSES_ROOT\stp_auto_file]
@=""
[HKEY_CLASSES_ROOT\stp_auto_file\shell]
[HKEY_CLASSES_ROOT\stp_auto_file\shell\open]
[HKEY_CLASSES_ROOT\stp_auto_file\shell\open\command]
@="C:\\Program Files\\Autodesk\\Inventor 2022\\Bin\\Inventor.exe /dde"
[HKEY_CLASSES_ROOT\stp_auto_file\shell\open\ddeexec]
@="[open(\"%1\")]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment