home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0926.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.1 KB  |  28 lines

  1. >>>>> "Fred" == Fred Salerno <salernof@polaris.ncs.nova.edu> writes:
  2.  
  3.     Fred> I downloaded a mac file with the extension .bin Is it
  4.     Fred> compressed? If not, is it an application or something? I
  5.     Fred> copied it to a mac and used resedit and tried it as an appl
  6.     Fred> and init and it did nothing.
  7.  
  8. .bin, .Bin and .BIN usually refer to files that have been put in
  9. MacBinary, also known as BinHex 5 (the 5 is *important*) format.  This
  10. is one of the three most common ways of jamming file information, the
  11. data fork and the resource fork all into one file.  The other two
  12. formats are HQX, also known as BinHex 4, and AppleSingle.
  13.  
  14. MacBinary, as the name implies, is a "binary" format, meaning that
  15. files in this format must be copied using a BINARY, as opposed to
  16. ASCII copying method.  If your file was copied in a binary format, you
  17. should be able to use "Stuffit Expander" to recover the original file.
  18.  
  19. NOTE: the original file itself may be an archive and may also be
  20. compressed.  If so, and a popular method was used to do the archival
  21. and compression, then Stuffit Expander will automatically do the
  22. remaining steps for you as well.
  23.  
  24.     --Cliff
  25.     ctm@ardi.com
  26.  
  27.  
  28.