Tech Support > Operating Systems > Windows NT > Add extension ".jhtml" to registered file type "HTML Document" easily?
Add extension ".jhtml" to registered file type "HTML Document" easily?
Posted by Tommy Dhondt on November 7th, 2003


Hi there,

I have a registered file type "HTML Document" linked to extensions
".htm" and ".html". The actions for this file type are:

- Open (with Internet Explorer)
- Edit with Notepad
- Edit with DreamWeaver

Now I would like to add the extension ".jhtml" to this file type, so
that all the actions will be automatically available when
right-clicking on a ".jhtml" file.
Can this be done easily (without having to enter all the action names
& applications manually)?

Thanks in advance.

Kind regards,
Tommy Dhondt

Posted by Rob Stow on November 7th, 2003


Tommy Dhondt wrote:

Go to a command prompt.

Type assoc .html
and note the file type it tells you .html is associated with.
In my case, I get back:
.html=MozillaHTML

Next type
assoc .jhtml=MozillaHTML
except substitute the name of your file type if it is different.


Should be all you need to do.




--
Reply to newsgroup only please. This e-mail account is real
but effectively abandoned because of excessive spamming.

Posted by Tommy Dhondt on November 12th, 2003


Rob Stow <rob.stow@sk.sympatico.ca> wrote in message news:<uTXGaXWpDHA.424@TK2MSFTNGP10.phx.gbl>...
Simple, but brilliant!
Thanks.

Tommy