home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text1726.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.9 KB

  1. Received: from sloth.swcp.com (sloth.swcp.com [198.59.115.25]) by nacm.com (8.6.10/8.6.9) with ESMTP id DAA07170 for <executor@nacm.com>; Fri, 26 May 1995 03:08:40 -0700
  2. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id EAA21608; Fri, 26 May 1995 04:08:35 -0600
  3. Received: by mailhost (nextstep Smail3.1.29.0 #11)
  4.     id m0sEwI5-000YblC; Fri, 26 May 95 04:06 MDT
  5. Message-Id: <m0sEwI5-000YblC@mailhost>
  6. Date: Fri, 26 May 95 04:06 MDT
  7. From: ctm@ardi.com (Clifford T. Matthews)
  8. To: Fred Salerno <salernof@polaris.ncs.nova.edu>
  9. Cc: executor@nacm.com
  10. Subject: Re: BIN?
  11. In-Reply-To: <Pine.SOL.3.91.950525112628.23598A-100000@polaris>
  12. References: <Pine.SOL.3.91.950525112628.23598A-100000@polaris>
  13. Sender: owner-paper@nacm.com
  14. Precedence: bulk
  15.  
  16. >>>>> "Fred" == Fred Salerno <salernof@polaris.ncs.nova.edu> writes:
  17.  
  18.     Fred> I downloaded a mac file with the extension .bin Is it
  19.     Fred> compressed? If not, is it an application or something? I
  20.     Fred> copied it to a mac and used resedit and tried it as an appl
  21.     Fred> and init and it did nothing.
  22.  
  23. .bin, .Bin and .BIN usually refer to files that have been put in
  24. MacBinary, also known as BinHex 5 (the 5 is *important*) format.  This
  25. is one of the three most common ways of jamming file information, the
  26. data fork and the resource fork all into one file.  The other two
  27. formats are HQX, also known as BinHex 4, and AppleSingle.
  28.  
  29. MacBinary, as the name implies, is a "binary" format, meaning that
  30. files in this format must be copied using a BINARY, as opposed to
  31. ASCII copying method.  If your file was copied in a binary format, you
  32. should be able to use "Stuffit Expander" to recover the original file.
  33.  
  34. NOTE: the original file itself may be an archive and may also be
  35. compressed.  If so, and a popular method was used to do the archival
  36. and compression, then Stuffit Expander will automatically do the
  37. remaining steps for you as well.
  38.  
  39.     --Cliff
  40.     ctm@ardi.com
  41.  
  42.  
  43.