Log in

View Full Version : PIE and local html files


gliscameria
02-27-2003, 08:21 AM
After using netfront and then uninstalling it, PIE refuses to open local html files.

I've tried changing the format of the association with no success.

I've tried %1, file:%1, -u%1

And none work.

-u%1 gives me an illegal operation.
file:%1 opens PIE but does a loop of some form.
%1 opens file explorer instead of PIE, even though it's associated to "Iexplorer.exe"

If anyone could look up the proper association for htm and html files that would be much appreciated. =)

Pony99CA
02-27-2003, 10:12 AM
If anyone could look up the proper association for htm and html files that would be much appreciated. =)
HKEY_CLASSES_ROOT\.htm
HKEY_CLASSES_ROOT\.html
Content Type: text/html
Default: htmlfile

HKEY_CLASSES_ROOT\htmlfile
Default: HTML Document
EditFlags: 65536

HKEY_CLASSES_ROOT\htmlfile\DefaultIcon
Default: iexplore.exe,-1003

HKEY_CLASSES_ROOT\htmlfile\Shell\Open\Command
Default: iexplore.exe file:%1

Steve

gliscameria
02-27-2003, 03:09 PM
Thank you sooooooo much! Now I can access my integration tables again!


I don't understand why it works now... the only values that were different were the content type and the icon....

Ahh well.

Many many thanks!