Can one use
this to add entirely new file extensions in the registry?
For instance, there's a game I play that uses a scripting file (in reality nothing more than a plain text, but it's annoying to always have to go save-->all files--->.sqf)
I want to make it so that I can just spawn a new .sqf from the New menu, is this possible? What I have tried doing:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ ---> (New Key --> .sqf) ---> (New Key ---> shellnew) --->(String "NullFile")
But nothing is coming up. Is there a way to do this?