[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sun to Mac to //c and back
In article <507993$2qv@Germany.EU.net>,
Joerg Heitkoetter <jh@Germany.EU.net> wrote:
>I want to transfer some old textfiles from CP/M on 5.25"
>disks to my Sun; so I first have to gather the programs for this
>task from the net, as per FAQ:
Good start. :)
>(1) get CHAMELEON.SHK a progam that is said to be able to read
> CP/M disks from ProDOS
>(2) get an archiver which can read the CHAMELON.SHK file;
The c.s.a2 FAQ details several Apple II programs that can unpack
.SHK files on the Apple II side. Those programs do a good job of
getting the filetypes right, and might have been the easier solution.
This section was rewritten in the past two weeks; you may want to look at
http://www.visi.com/~nathan/a2/faq/csa2.html
>Then I start Fetch on my Mac and transfer the files to a ProDOS 720K
>disk;
Nitpick: that should probably be 800K if it's read on a normal
Apple //c. PCs are inefficient in their disk writing mechanisms. :)
> great I think and move the disk over to the //c and voila
>the disk is readable; but--the files have type $00 not SYS and TXT
>as expected; ok I thought, let's bload the files and bsave them with the
>appropriate type; but this doesn't seem to work; it's
>always WRONG FILE TYPE (load, bload, run, exec, whatever);
With BLOAD and BSAVE, and non-'BIN' filetypes, you must specify the
alternate type. For example, to change a filetype from $00 to SYS, try
the following:
BLOAD FUBAR,T$00,A$1000,Lxxx
CREATE BARFU,TSYS
BSAVE BARFU,TSYS,A$1000,Lxxx
Where 'xxx' is the file length of the file. If you didn't force
binary mode in downloading, the filesize will pribably be different
from what nulib showed. [By the way, the c.s.a2 FAQ has a section on
changing ProDOS filetypes with a program (that you'd have to
download), as well as changing it manuall like above in the
downloading Todd Whitesel's BINSCII.TXT section.]
Nathan Mates
Maintainer, c.s.a2 FAQ
--
<*> Nathan Mates http://www.visi.com/~nathan/ <*>
# What are the facts? Again and again and again-- what are the _facts_?
# Shun wishful thinking, avoid opinion, care not what the neighbors
# think-- what are the facts, and to how many decimal places? -R.A. Heinlein