[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building an Apple CP/M Disk
On Nov 7, 3:48 am, schmidtd <schmi...@my-deja.com> wrote:
> What's interesting to me is that you're exposing and overcoming the
> shortcoming that none of our image manipulation tools support writing
> to CP/M disk images. If they did, you could boil all of this down to
> "Ctrl-C and Ctrl-V." (Plus the header stripping, but that could be
> built into the CP/M support of the image manipulator, I suppose.)
the last version of dsktool ( http://dsktool.jamtronix.com/ ) does
support formatting of and writing to CP/M disk images. It's a command
line though, so rather than copy and paste, it would be this (assuming
you've already got a
dsktool -I cpm cpm_image.dsk
dsktool -a testfile.ext cpm_image.dsk