home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text4901.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.9 KB  |  47 lines

  1.     id m0u865T-0007rea; Sat, 13 Apr 96 08:14 MDT
  2. Sender: owner-executor
  3. Received: from ardi.com by ftp.ardi.com
  4.     (Smail3.1.29.1 #3) id m0u864Z-0007rgn; Sat, 13 Apr 96 08:13 MDT
  5. Path: sloth.swcp.com!news.ironhorse.com!news.unisys.com.br!news.uoregon.edu!hpg30a.csc.cuhk.hk!news.cuhk.edu.hk!agate!ihnp4.ucsd.edu!swrinde!newsfeed.internetmci.com!uwm.edu!uwvax!newssinet!news.nca5.ad.jp!cc2000.kyoto-su.ac.jp!not-for-mail
  6. From: zarkdav@hsc.fr (Benjamin Ryzman)
  7. Newsgroups: comp.emulators.mac.executor
  8. Subject: Re: Images from DiskCopy (WAS Using Apple's Finder from System
  9. Date: 12 Apr 1996 15:02:06 +0200
  10. Organization: Herve Schauer Consultants, Paris, France
  11. Lines: 26
  12. Message-ID: <4klk8e$aa0@itesec.hsc.fr>
  13. References: <199604021423.JAA05342@styx.ios.com> <4jsd5j$t0n@newsbf02.news.aol.com>
  14. NNTP-Posting-Host: itesec.hsc.fr
  15. To: executor@ardi.com
  16. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  17. Sender: owner-executor@ardi.com
  18. Precedence: bulk
  19.  
  20. In article <4jsd5j$t0n@newsbf02.news.aol.com>,
  21. CompExpr <compexpr@aol.com> wrote:
  22. >Ian Viemeister <vmeister@ios.com> wrote:
  23.  
  24. >At 02:09 AM 4/1/96 GMT, Jeff Lawson wrote:
  25. >>and restored the Disk Copy images on a real Mac (since it Disk Copy
  26. >>doesn't seem to work under Executor) and copied Finder over and set
  27.  
  28. >As someone else has already noted, DiskCopy images are raw dumps of 
  29. >a mac floppy, plus an 84 byte header - chop off the header and 
  30. >Executor can use the image as an HFV (just give it the right extension 
  31. >and put it in the proper directory)
  32.  
  33. >If it's such a simple thing to convert the file, perhaps someone could
  34. >write a conversion utility to convert DiskCopy files over into HFV's.
  35.  
  36. >I can write such a program in QuickBASIC for DOS machines. I'll play and
  37. >let you know..
  38.  
  39. >However, I don't have the ability to write such a program for Liunx/Next
  40. >users.
  41.  
  42. This should work for them:
  43.  
  44. $ tail -c +85 [Disk Copy Image filename] >foo.hfv
  45.  
  46.  
  47.