🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Thread View: comp.emulators.apple2
6 messages
6 total messages Started by brenner@biochem. Thu, 26 Feb 1998 00:00
Extracting single files from disk images?
#3931
Author: brenner@biochem.
Date: Thu, 26 Feb 1998 00:00
24 lines
970 bytes
Is there a program (source code or DOS program) to extract single files from a
apple ][ emulator .dsk image? I imagine it should be possible to read the
catalog of files from the image and then extract the single files according to
the directory structure.

Unfortunately I'm no apple ][ expert and I didn't find detailed information on
the layout of a (say ProDOS) disk/image. Hints to such a document would be
very welcome :)

thanks,

-markus

----
 Markus Brenner             _           no matter how - how hard you try
  -==(UDIC)==-             ( )          in your own life, and through the years
      |\/|                --+--         with every up - must come a down
       \/                   |           enjoy the laughter and the tears
 Minstrel Dragon            |           of happiness     (Roger Taylor)
           Lord High Mucketty-muck of the UDIC Greybeards (tm)
 email: brenner@biochem.mpg.de  *  WWW: http://www.biochem.mpg.de/~brenner/


Re: Extracting single files from disk images?
#3934
Author: Greg Berigan
Date: Fri, 27 Feb 1998 00:00
22 lines
956 bytes
In comp.emulators.apple2, brenner@biochem.mpg.de (Markus Brenner) wrote:

>Is there a program (source code or DOS program) to extract single files from a
>apple ][ emulator .dsk image? I imagine it should be possible to read the
>catalog of files from the image and then extract the single files according to
>the directory structure.

Not all disks have catalogs.  They may have hardcoded tracks and sectors
coded into the program and are accessed directly through a RWTS routine.

The easiest way to pull files off a disk that does have an accessible
directory in a standard location would be inside the emulator itself
using FID, Copy ][ Plus, or the Finder.  (Or using the real hardware.)

--
         ,=<#)-=#  <http://incolor.inetnebr.com/wotw/> (The War of the Worlds)
    ,_--//--_,
 _-~_-(####)-_~-_  "Did you see that Parkins boy's body in the tunnels?" "Just
(#>_--'~--~`--_<#)  the photos.  Worst thing I've ever seen; kid had no face."


Re: Extracting single files from disk images?
#3950
Author: "Albert D. Kalla
Date: Sun, 01 Mar 1998 00:00
39 lines
1412 bytes
Yes, there is probably quite a few of these utilities available. Spend some
time in the asimov site under the utility directory
ftp://ftp.apple.asimov.net/pub/apple_II/utility/. I found one there called
a2_dos_utils_v1.zip. I suspect there is lots of other utils there, if you
spend some time poking around. Have fun.
Albert D. Kallal
Edmonton, Alberta Canada

Markus Brenner wrote in message <6d4l78$sv0$1@fu-berlin.de>...
>Is there a program (source code or DOS program) to extract single files
from a
>apple ][ emulator .dsk image? I imagine it should be possible to read the
>catalog of files from the image and then extract the single files according
to
>the directory structure.
>
>Unfortunately I'm no apple ][ expert and I didn't find detailed information
on
>the layout of a (say ProDOS) disk/image. Hints to such a document would be
>very welcome :)
>
>thanks,
>
>-markus
>
>----
> Markus Brenner             _           no matter how - how hard you try
>  -==(UDIC)==-             ( )          in your own life, and through the
years
>      |\/|                --+--         with every up - must come a down
>       \/                   |           enjoy the laughter and the tears
> Minstrel Dragon            |           of happiness     (Roger Taylor)
>           Lord High Mucketty-muck of the UDIC Greybeards (tm)
> email: brenner@biochem.mpg.de  *  WWW: http://www.biochem.mpg.de/~brenner/




Re: Extracting single files from disk images?
#3952
Author: "Albert D. Kalla
Date: Sun, 01 Mar 1998 00:00
23 lines
694 bytes
Yes, there is probably quite a few of these utilities available. Spend some
time in the asimov site under the utility directory
ftp://ftp.apple.asimov.net/pub/apple_II/utility/. I found one there called
a2_dos_utils_v1.zip. I suspect there is lots of other utils there, if you
spend some time poking around. Have fun.

Albert D. Kallal
Edmonton, Alberta Canada

Markus Brenner wrote in message <6d4l78$sv0$1@fu-berlin.de>...
>Is there a program (source code or DOS program) to extract single files
from a
>apple ][ emulator .dsk image? I imagine it should be possible to read the
>catalog of files from the image and then extract the single files according
to
>the directory structure.
>





Re: Extracting single files from disk images?
#3954
Author: brenner@biochem.
Date: Sun, 01 Mar 1998 00:00
22 lines
1008 bytes
In article <eOXFlxOR9GA.183@upnetnews04>, "Albert D. Kallal" <kallal@email.msn.com> wrote:
>Yes, there is probably quite a few of these utilities available. Spend some
>time in the asimov site under the utility directory
>ftp://ftp.apple.asimov.net/pub/apple_II/utility/. I found one there called
>a2_dos_utils_v1.zip. I suspect there is lots of other utils there, if you
>spend some time poking around. Have fun.

This really did the trick! Thanks all who replied to my request.

-markus

----
 Markus Brenner             _           no matter how - how hard you try
  -==(UDIC)==-             ( )          in your own life, and through the years
      |\/|                --+--         with every up - must come a down
       \/                   |           enjoy the laughter and the tears
 Minstrel Dragon            |           of happiness     (Roger Taylor)
           Lord High Mucketty-muck of the UDIC Greybeards (tm)
 email: brenner@biochem.mpg.de  *  WWW: http://www.biochem.mpg.de/~brenner/


Re: Extracting single files from disk images?
#3965
Author: Brad Harvell
Date: Mon, 02 Mar 1998 00:00
29 lines
1228 bytes
one other possibility:

http://www.perl.com/CPAN-local/modules/by-module/AppleII/

perl module/script which does this amongst other things.

Markus Brenner <brenner@biochem.mpg.de> wrote:
: In article <eOXFlxOR9GA.183@upnetnews04>, "Albert D. Kallal" <kallal@email.msn.com> wrote:
: >Yes, there is probably quite a few of these utilities available. Spend some
: >time in the asimov site under the utility directory
: >ftp://ftp.apple.asimov.net/pub/apple_II/utility/. I found one there called
: >a2_dos_utils_v1.zip. I suspect there is lots of other utils there, if you
: >spend some time poking around. Have fun.

: This really did the trick! Thanks all who replied to my request.

: -markus

: ----
:  Markus Brenner             _           no matter how - how hard you try
:   -==(UDIC)==-             ( )          in your own life, and through the years
:       |\/|                --+--         with every up - must come a down
:        \/                   |           enjoy the laughter and the tears
:  Minstrel Dragon            |           of happiness     (Roger Taylor)
:            Lord High Mucketty-muck of the UDIC Greybeards (tm)
:  email: brenner@biochem.mpg.de  *  WWW: http://www.biochem.mpg.de/~brenner/


Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads