Subject:
|
Re: [MODEL] Boogie.dat
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Fri, 23 Oct 1998 04:01:01 GMT
|
Viewed:
|
2653 times
|
| |
| |
Todd Lehman writes:
<SNIP>
>
> Because somewhere on your system there is a mapping:
>
> application/x-ldraw -> .DAT
>
> or perhaps there is a pair of mappings
>
> application/x-ldraw <-> LDLITE.EXE
> .DAT <-> LDLITE.EXE
>
> --Todd
It's more of an A --> B --> C where A = mime content application/x-ldraw, B =
.DAT file type, C = registered application for filetype B.
Also file naming definitely seems to be something that the client handles. On
my system IE4 always names it ldraw.dat. even if it already exist. My best
guess is it is pulling "ldraw" from the content type and "dat" from the
registered extension. I included the pertinent registry entries from my
system for comparison.
Chris Barnes
MIME data shows application/x-draw
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/x-ldraw]
"Extension"=".DAT"
links to .dat
[HKEY_CLASSES_ROOT\.DAT]
@="DAT_auto_file"
"Content Type"="application/x-ldraw"
links to DAT_auto_file
[HKEY_CLASSES_ROOT\DAT_auto_file]
@="DAT File"
[HKEY_CLASSES_ROOT\DAT_auto_file\shell\open\command]
@="D:\\LDRAW\\LDLITE\\LDLITE.EXE \"%1\""
[HKEY_CLASSES_ROOT\DAT_auto_file\shell\Edit\command]
@="c:\\windows\\notepad.exe \"%1\""
BTW you can register multiple applications to handle an extension. One will
be the default action but several can be made available from the right-click
context menu.
======== Posted via the LUGNET discussion group web interface ========
http://www.lugnet.com/news/ Search, Read, Post, or Watch Traffic
|
|
Message is in Reply To:
| | Re: [MODEL] Boogie.dat
|
| (...) Because somewhere on your system there is a mapping: application/x-ldraw -> .DAT or perhaps there is a pair of mappings application/x-ldraw <-> LDLITE.EXE .DAT <-> LDLITE.EXE and the browser is treating them as transitive...? To be sure, there (...) (26 years ago, 23-Oct-98, to lugnet.cad)
|
8 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|