From: Payton Byrd on
How do you create a D64 image on a command line? I cannot figure out
how to do it with c1541 which comes with WinVICE.
From: Lars Haugseth on
* Payton Byrd <plbyrd(a)gmail.com> wrote:
>
> How do you create a D64 image on a command line? I cannot figure out
> how to do it with c1541 which comes with WinVICE.

$ c1541 -format title,id d64 foo.d64

--
Lars Haugseth
From: Payton Byrd on
On Apr 21, 6:36 am, Lars Haugseth <n...(a)larshaugseth.com> wrote:
> * Payton Byrd <plb...(a)gmail.com> wrote:
>
>
>
> > How do you create a D64 image on a command line?  I cannot figure out
> > how to do it with c1541 which comes with WinVICE.
>
> $ c1541 -format title,id d64 foo.d64
>
> --
> Lars Haugseth

Thank you! Very helpful!