This page is an illustration from Joerg Sigle's Programming Portfolio.

It shows usage instructions as provided by emufsreader

Backlinks:     <relative: locally>     <absolute: via WWW>


$ ./emufsreader

*************************************************
* SC-JMS Emu Ultra Filesystem Reader            *
* (c) 20070524 - 20070608 by Dr. Joerg M. Sigle *
* Version 0.2                    www.jsigle.com *
*************************************************

Error: I don't know which file to process. Program terminated.

Usage:  emu-fs-reader emu-disk.img [options] [|less]

        Options:

        Each added -v adds a bit of verbosity in the output.

        --help     produces a more detailed help screen.

        --status   shows the status of development and supported
                   features of this program.

        --nobtype  suppresses the printout of the bank type;
                   for media with invalid data in this field.

        --noetype  suppresses the printout of the element type;
                   for media with invalid data in this field.

        --nonumen  suppresses the printout of the lines
                   'number of entries in this bank'.

        --nothisb  suppresses the printout of the lines
                   'this [banktype] bank contains...'.

        --nocolex  suppresses the printout of the lines
                   for explanation of the output columns.

        --xml filename   writes output in XML format to file filename.
                   You might use this with an XML browser, or
                   an XML capable database (e.g. Xplore or am I wrong?).

        --xmlfast  Use a very simple and fast XML layout,
                   delivering most important information inside
                   highlevel tags, striping away most sublevels.

        --xmlplain Use a very plain XML layout stripping out any
                   data from inside the tags themselves, delivering
                   data between specialized sublevels tags.

        | more     added to the end of the command line may
                   break the output of this program into pages
                   using the 'more' program on your system.

        | less     added to the end of the command line may
                   break the output of this program into pages,
                   supporting interactive searching and navigation,
                   using the advanced 'less' program on your system.