[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reading Apple2 floppies on a PC using Disk2FDI
Can a disk image (*.dsk) be written back with Disk2FDI?
Thanks, Corey
On Mon, 09 Aug 2004 15:10:22 +0200, Oliver Schmidt <ol.sc@web.de>
wrote:
>Hi,
>
>>>> disk2fdi /SDO16 b: mydisk.do
>
>>First, what is the option flag "O" that Oliver used? I can't find it
>>in the DISK2FDI documentation.
>
>From the Disk2FDI usage screens (obtained with disk2fdi /?):
>
>S[fff][nn][.e] : creates a Sector-dumped image file.
>[...]
>- fff is an optional format specification. The following are valid:
>[...]
>DO=Apple disk ][
>[...]
>The DO parameter must be specified with the "nn" parameter in the form
>DO13 or DO16.
>
>So after all "/SDO16" is the "/S" option with [fff] being "DO" and
>[nn] being "16".
>
>Oliver