[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a2tools for ProDOS (?)
In article <Xns93E6445AA56E0Rob.Greene@216.168.3.44>,
Rob Greene <greeneratcharterdotnet> wrote:
> "John B. Matthews" <nospam@nospam.com> wrote in news:nospam-
> 3A3012.01584729082003@clmboh1-nws3.columbus.rr.com:
>
> > Rob:
> >
> > The monkey lives! This is too much fun! Thank you!
> >
> > Those Pascal dates are a tad odd, though. I wonder if that's a
> > byte order problem (Mac OSX, J2SE 1.4.1).
> >
> > John
> > ----
> > jmatthews at wright dot edu
> > www dot wright dot edu/~john.matthews/
> > [...]
> > [john:java/AppleCommander/src] matthews% java ac -l pascal1.dsk
> >
> > APPLE1
> > 12/09/60 032 datafile SYSTEM.APPLE
> > 10/06/61 041 codefile SYSTEM.PASCAL
> > 06/04/58 001 datafile SYSTEM.MISCINFO
> > 10/08/61 047 codefile SYSTEM.EDITOR
> > 10/02/61 028 codefile SYSTEM.FILER
> > 10/03/61 034 datafile SYSTEM.LIBRARY
> > 07/14/58 002 datafile SYSTEM.CHARSET
> > 09/01/60 014 datafile SYSTEM.SYNTAX
> > Pascal format; 38400 bytes free; 104960 bytes used.
> >
>
> Way cool!
>
> Either I'm blind or there's nothing wrong with the dates in either
> Pascal or ProDOS? Unless you fixed it, of course.
ProDOS is fine, but e.g. SYSTEM.APPLE should be 9-Nov-80. The
rest ahould be '79 or '80. I'll dig further.
> And to think I was debating on what other info would help out! When
> you're done having fun, pass it back and I'll add it into
> AppleCommander. (Well, mostly just add it into an applecommander
> package and then just commit it to CVS.)
Sounds good. I'm looking at getopt (or similar) in java and what
options to do. Perhaps we (you, Chris and c.s.a.p) have some
ideas. For my own purposes (similar to Chris's) I was thinking:
-l <imagename> (list image, recursive, native format)
-g <pathname> <imagename> (get file from image)
-p <sourcepath> <destpath> <imagename> (put file into image)
-h (help)
> Presumably you're using the object model - anything missing or hard to
> understand? In particular, I'm thinking of the Disk classes.
I'm only using storage; I don't have eclipse or swt. I stumbled
briefly with AppleWorksWordProcessorFileFilter dragging in the
whole ui:-) Reading & writing files _looks_ easy:-)
> -Rob
John
----
jmatthews at wright dot edu
www dot wright dot edu/~john.matthews/