home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text2305.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  954 b   |  28 lines

  1. In article <4jsd5j$t0n@newsbf02.news.aol.com>,
  2. CompExpr <compexpr@aol.com> wrote:
  3. >Ian Viemeister <vmeister@ios.com> wrote:
  4.  
  5. >At 02:09 AM 4/1/96 GMT, Jeff Lawson wrote:
  6. >>and restored the Disk Copy images on a real Mac (since it Disk Copy
  7. >>doesn't seem to work under Executor) and copied Finder over and set
  8.  
  9. >As someone else has already noted, DiskCopy images are raw dumps of 
  10. >a mac floppy, plus an 84 byte header - chop off the header and 
  11. >Executor can use the image as an HFV (just give it the right extension 
  12. >and put it in the proper directory)
  13.  
  14. >If it's such a simple thing to convert the file, perhaps someone could
  15. >write a conversion utility to convert DiskCopy files over into HFV's.
  16.  
  17. >I can write such a program in QuickBASIC for DOS machines. I'll play and
  18. >let you know..
  19.  
  20. >However, I don't have the ability to write such a program for Liunx/Next
  21. >users.
  22.  
  23. This should work for them:
  24.  
  25. $ tail -c +85 [Disk Copy Image filename] >foo.hfv
  26.  
  27.  
  28.