[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ProDOS to Apple Pascal file transfer



On Apr 18, 4:15 pm, "John B. Matthews" <nos...@nospam.invalid> wrote:
> In article
> <d4c65254-ab13-4e2b-9b11-0e3003b47...@g30g2000yqc.googlegroups.com>,
>  Steven Nelson <steven-nel...@uiowa.edu> wrote:
>
>
>
>
>
> > On Apr 18, 9:13 am, "John B. Matthews" <nos...@nospam.invalid> wrote:
> > > In article
> > > <1502230f-6a61-4f08-997e-9237cfe0f...@i25g2000yqm.googlegroups.com>,
> > >  Steven Nelson <steven-nel...@uiowa.edu> wrote:
>
> > > > I downloaded some dsk images of Pascal disks from the internet.  I
> > > > would like to copy these .dsk files to 3.5" Pascal disks.  I thought I
> > > > could do this using Chameleon, but it doesn't work.  Error msg is
> > > > something like 'Unsupported file' or somesuch.  I can't think of any
> > > > other method except for perhaps writing the .dsk file to a real 5.25
> > > > disk and reading that disk back into a pascal volume image.  There
> > > > must be an easier way, I hope.
>
> > > > How can I transfer a file from ProDOS to an Apple Pascal disk?
>
> > > On the Apple II side, real or emulated, Apple System Utilities 3.1 can
> > > copy Pascal files between 5.25 and 3.5" media. In emulation, CiderPress
> > > and AppleCommander are popular choices:
>
> > > <http://ciderpress.sourceforge.net/>
> > > <http://applecommander.sourceforge.net/>
>
> > Thanks for suggestion.  System Utilities 3.1 won't copy the files
> > either.  'Incompatible file type'.  I have checked on the pdos disk
> > that the files are 'standard' storage type and there are no resource
> > forks, so that is not the problem.  I have set the file type to 'bin'
> > using Bill Tudors 'MoreInfo' finder extension.  I have tried 'txt' too
> > but that doesn't work either.  The help menu on SysUtils mentions
> > copying files between pdos and dos33, nothing about pdos and pascal.
>
> I recently used System Utilities 3.1 to copy formatter.code from a 5.25"
> disk image to my 3.5" work disk.
>
> > Since my Apple][ peripherals are Macintosh OSX and Macintosh OS9 I
> > don't think ciderpress will help (Windows only?) and I am unfamiliar
> > with applecommander (aren't you the author?).  I need to get this onto
> > a real Pascal disk and I don't know if OS9 can tolerate a pascal
> > disk.  OSX is out for me as far as floppies.    Will AppleCommander
> > help?  I don't think any emulator will help me get this onto a real
> > disk.
>
> If you can link to the images, I'd be glad to see what AppleCommander
> makes of them. I use it and System Utilities 3.1 frequently to copy
> files from 5.25" disk images to 3.5" disk images.
>
> Years ago, I had a PowerMac 8500 that could read/write the same 800K
> 3.5" disks used by my IIgs. I'd have to defer to the hardy souls here on
> how to do it today.
>

Step 1 of the problem solved - Operator Error!  I finally put a real
pascal system disk in my IIGS and checked the file types.  Most were
$02 or $05.  A volume image was $00.  So I changed the .dsk file to a
type $00 file and SysUtils copied it without complaint.

Step 2 of problem.  The .dsk file is not the same as a pascal volume
image, at least as far as my system.attach drivers are expecting.  My
hunch is that the .dsk files are .do, and pascal is expecting .po.  At
least that is my working hypothesis at the moment.  Sweet16 can read
the .dsk images as pascal disks (read-only), but definately thinks
they are dos33 disks in the disk mount window.  GS/OS knows they are
pascal though.  So I am going to try to convert .do to .po on the pdos
disk, and then transfer to the pascal disk with sysutils.

Any suggestions on changing a file from .do to .po?  Or am I way off
track (no pun intended).  I got the link to the .dsk repository in the
thread on Apple Pascal on the CFFA.  The discussion was where to find
the system.attach disk and the answer was P06.DSK.  I just don't
recall the site until I go look at the message thread again.  I'll try
to post a link here as a followup msg.

  --Steve