[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can I do this?
On Tuesday, December 4, 2012 9:53:55 PM UTC-6, D Finnigan wrote:
> Michael Hardy wrote:
>
> > Hi how can I label a blank Dos 3.3 DSK?
>
> > for example I'm using AppleWin for Apple //e
>
> > I want to label my disk instead of Disk Label 254
>
> > I want to change the label.
>
> >
>
>
>
> It's referred to as the volume number, and you can specify the volume number
>
> when using the INIT command, like so:
>
>
>
> INIT HELLO, S6, D1, V50
>
>
>
> This will initialize the disk in drive 1 of slot 6 to be volume number 50,
>
> and will save the current BASIC program in memory as HELLO on the disk.
>
>
>
> --
>
> ]DF$
>
> Apple II Book: http://macgui.com/newa2guide/ Vault: http://macgui.com/vault/
>
> Receive comp.sys.apple2 posts by email digest:
>
> http://macgui.com/usenet/subs.php?group=1
This won't really work with .dsk images though. The volume number is contained in an area of the format that isn't preserved/used by .dsk images. (This is why some programs don't work in things like AppleWin as .dsk images, since they depend on the volume number.)
If a different volume number is absolutely needed, then either a .2mg format or .nib format has to be used.
]HR