this is no big drama, just annoying, in W7 when you highlight a text file with .txt extension you will see what is inside the file in the preview panel if you are using the Windows Explorer.
if you run this script:
=======textext.reg======
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.nfo]
"Content Type"="text/plain"
"PerceivedType"="text"
========================
you will see what is inside .nfo files
you can run this script many times for
different extension on files with text
BUT for .vb, it does not work. (the .vb's are text)
I would like to know if there is a work-around
br