Orion Mazzor
July 29th, 1999, 10:57 PM
I need to handle mime types for both Netscape and Internet Explorer. When the mime type application/x-network-bingo. Problem seems to be that on one persons machine, Netscape didn't recognize the type, but on my machine, it was fine. Are these the right keys to be setting?
Orion
[HKEY_CLASSES_ROOT\.bingo]
@="bingo"
[HKEY_CLASSES_ROOT\bingo\shell\open\command]
@="C:\\Program Files\\NetworkGaming\\NetworkBingo\\Bingo.exe %1"
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-network-bingo]
"Extension"=".bingo"
@=".bingo"
[HKEY_CURRENT_USER\Software\Netscape\Netscape Navigator\Viewers]
"application/x-network-bingo"="C:\\Program Files\\NetworkGaming\\NetworkBingo\\Bingo.exe"
Orion
[HKEY_CLASSES_ROOT\.bingo]
@="bingo"
[HKEY_CLASSES_ROOT\bingo\shell\open\command]
@="C:\\Program Files\\NetworkGaming\\NetworkBingo\\Bingo.exe %1"
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-network-bingo]
"Extension"=".bingo"
@=".bingo"
[HKEY_CURRENT_USER\Software\Netscape\Netscape Navigator\Viewers]
"application/x-network-bingo"="C:\\Program Files\\NetworkGaming\\NetworkBingo\\Bingo.exe"