home *** CD-ROM | disk | FTP | other *** search
- id m0u865T-0007rea; Sat, 13 Apr 96 08:14 MDT
- Sender: owner-executor
- Received: from ardi.com by ftp.ardi.com
- (Smail3.1.29.1 #3) id m0u864Z-0007rgn; Sat, 13 Apr 96 08:13 MDT
- 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
- From: zarkdav@hsc.fr (Benjamin Ryzman)
- Newsgroups: comp.emulators.mac.executor
- Subject: Re: Images from DiskCopy (WAS Using Apple's Finder from System
- Date: 12 Apr 1996 15:02:06 +0200
- Organization: Herve Schauer Consultants, Paris, France
- Lines: 26
- Message-ID: <4klk8e$aa0@itesec.hsc.fr>
- References: <199604021423.JAA05342@styx.ios.com> <4jsd5j$t0n@newsbf02.news.aol.com>
- NNTP-Posting-Host: itesec.hsc.fr
- To: executor@ardi.com
- X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
- Sender: owner-executor@ardi.com
- Precedence: bulk
-
- In article <4jsd5j$t0n@newsbf02.news.aol.com>,
- CompExpr <compexpr@aol.com> wrote:
- >Ian Viemeister <vmeister@ios.com> wrote:
-
- >At 02:09 AM 4/1/96 GMT, Jeff Lawson wrote:
- >>and restored the Disk Copy images on a real Mac (since it Disk Copy
- >>doesn't seem to work under Executor) and copied Finder over and set
-
- >As someone else has already noted, DiskCopy images are raw dumps of
- >a mac floppy, plus an 84 byte header - chop off the header and
- >Executor can use the image as an HFV (just give it the right extension
- >and put it in the proper directory)
-
- >If it's such a simple thing to convert the file, perhaps someone could
- >write a conversion utility to convert DiskCopy files over into HFV's.
-
- >I can write such a program in QuickBASIC for DOS machines. I'll play and
- >let you know..
-
- >However, I don't have the ability to write such a program for Liunx/Next
- >users.
-
- This should work for them:
-
- $ tail -c +85 [Disk Copy Image filename] >foo.hfv
-
-
-