I have the same need but with .log file extentions to a text reader to be able to open up from an email attachment.
I tried going to hkey_classes_root
and creating
Registry Key: .log
Keyname: \HKEY_CLASSES_ROOT\.log
Value Name: (Default)
Value Data: txtfile
Keyname: \HKEY_CLASSES_ROOT\.log
Value Name: Content Type
Value Data: text/plain
When I try to open a file, get an error msg saying unknown file type.
Quote:
Originally Posted by rfresh In the registry there is an entry to support .txt files and to associate an app to open that file extension type. I'd like to add the same thing for a .php file extension so that when I open such a file in an email attachment, it will open. Presently when I try to do this, all I get is an err msg saying unknown file type.
What I'm trying to do is email my .php files to my MQ, open them in an email (as file attachments) so I can do a Save As to My Documents folder - then I can grab them via my FTP app and upload them to my web site. |