home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apple2 / 19217 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.7 KB  |  46 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!munnari.oz.au!metro!ipso!fawlty!johnmac
  3. From: johnmac@fawlty.towers.oz.au (John MacLean)
  4. Subject: Re: MS-DOS FST
  5. Reply-To: johnmac@fawlty.towers.oz.au (John MacLean)
  6. Organization: Tower Technology, Sydney
  7. Date: Tue, 18 Aug 1992 22:35:27 GMT
  8. Message-ID: <1992Aug18.223527.9206@fawlty.towers.oz.au>
  9. References: <47pm7ad.lunatic@netcom.com> <66@generic.UUCP> <71205@apple.Apple.COM>
  10. Lines: 34
  11.  
  12. In article <71205@apple.Apple.COM> dlyons@Apple.COM (David A Lyons) writes:
  13. >I don't have much real-world experience with MS-DOS.  I'm interested in
  14. >your informed opinions on what MS-DOS suffixes (.TXT, etc) should correspond
  15. >by default to various GS/OS filetype/auxiliary type combinations.
  16. >
  17. >Here's one possible list of default translations:
  18. >
  19. >  suffix ftype auxtype
  20. >  .TXT    $04   $0000      text file
  21. >    ::::::::::::::::::::::::::
  22. >  .GIF    $C0   $8006      GIF file
  23. >
  24. >Reasonable?  ($04 is Text and $06 is Binary.)
  25. >-- 
  26. >David A. Lyons, Apple Computer, Inc.      |   DAL Systems
  27.  
  28. Firstly, most of these conversions sound fine:
  29. Anything that makes sense -> $04 $0000
  30. Anything that makes sense -> $06 $0000
  31. everything else -> $00 $0000
  32.  
  33. You could consider adding an unknown MSDOS filetype,
  34. and encoding the three letter extension into the auxtype.
  35. This would of course provide a totally reversable translation.
  36.  
  37. Is $C0 $8006 now a standard file type for GIFs?
  38. In what tech note is this documented?
  39.  
  40. John MacLean.
  41. -- 
  42. This net: johnmac@fawlty.towers.oz.au                   Phone: +61 2 427 2999
  43. That net: uunet!fawlty.towers.oz.au!johnmac             Fax:   +61 2 427 7072
  44. Snail:    Tower Technology, 1 Apollo Pl,                Home:  +61 2 449 5930
  45.           Lane Cove, NSW 2066, Australia.
  46.