A Java JAR File to dump Creator, Type, Size, Name, FileName as a CSV File from
any PDB, PQA or PRC.
It runs with Java 1.1 or better.
Syntax:
using a JDK
java ResourceLister PathOrFileName [CSVDumpFileName] [-r]
using the Java Runtime Environment
JRE ResourceLister PathOrFileName [CSVDumpFileName] [-r]
The ResourceLister.JAR has to be included to the classpath or provide it with
the -cp parameter to the Java Virtuell Machine.
Parameters in brackets are optional.
If no CSVDumpFileName is specified, stout (standard out) is used.
If you specify the -r parameter subdirectories will be recrusive searched.
The CSV (semicolon seperated) File lists the following fields:
1. Creator 4 Bytes CreatorID
2. Type 4 Byte Type of that Resource
3. Name varchar up to 32 Bytes long
4. Size number in Bytes
5. Filename varchar Name of the File with full Path
6. NumRec number Number of records in that resource
|