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

Re: Win32 Command-Line .DSK Reader/Writer?



On Aug 19, 11:44 am, Harry Potter <maspethro...@aol.com> wrote:
> I need a command-line program for Win32 to write files to an Apple 2
> disk image in both DOS3.3 and ProDOS formats.  I have a2tools, but it
> is bugged and doesn't run.  Even if I get an old version of a2tools, I
> could do things.  Can anybody help me?
> --------------
> Joseph Rose, a.k.a. Harry Potter
> Working magic in the computer community...or at least striving to! :(

You should be able to use existing source to build such a utility, if
none exists.  Fortunately the best program to handle disk images is
also open-source (because Andy McFadden is a very nice, awesome
person).

http://sourceforge.net/projects/ciderpress/

If you look in the source tree, there appears to be some utilities
(esp under the Linux side) that can get a file from an image and
convert image formats.  Looks like someone wrote reusable code
(because he is a very nice and SMART person.  :-)

-B