For any of you who would like to be able to use the Windows Preview Pane to view HL-7 files, use/modify the following text into a file, give it any name with a .reg extension and double-click it to have it put the registry keys in place. .HR,.HT,.HRQ and .HTQ files will immediately be viewable in the Windows file explorer preview pane.
========= File Start (Don't include this line) ========
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.HR]
@="HR_auto_file"
"Content Type"="text/plain"
"PerceivedType"="text"
[HKEY_CLASSES_ROOT\.HRQ]
@="HR_auto_file"
"Content Type"="text/plain"
"PerceivedType"="text"
[HKEY_CLASSES_ROOT\.HT]
@="HT_auto_file"
"Content Type"="text/plain"
"PerceivedType"="text"
[HKEY_CLASSES_ROOT\.HTQ]
@="HT_auto_file"
"Content Type"="text/plain"
"PerceivedType"="text"
========= File End(Don't include this line) ========
Whoa, this is way cool!
Thanks Greg!