- May
- 13,141
- 180
This was mentioned briefly in another thread.
What does it take to get a ShellNew entry for BTM files?
Following examples set by other keys, I have:
and
I have logged out/in (which I've read shouldn't be necessary) and I don't have a ShellNew entry in my context menu. What does it take?
What does it take to get a ShellNew entry for BTM files?
Following examples set by other keys, I have:
Code:
[HKEY_CLASSES_ROOT\.btm]
@="TCC.Batch"
[HKEY_CLASSES_ROOT\.btm\TCC.Batch]
[HKEY_CLASSES_ROOT\.btm\TCC.Batch\ShellNew]
"NullFile"=""
Code:
[HKEY_CLASSES_ROOT\TCC.Batch]
[HKEY_CLASSES_ROOT\TCC.Batch\DefaultIcon]
@="d:\\tc12\\tcc.exe,1"
[HKEY_CLASSES_ROOT\TCC.Batch\SHELL]
[HKEY_CLASSES_ROOT\TCC.Batch\SHELL\OPEN]
[HKEY_CLASSES_ROOT\TCC.Batch\SHELL\OPEN\COMMAND]
@="\"D:\\TC12\\TCC.EXE\" /c \"%1\" %*"