Db2multipdb.py: Difference between revisions
Jump to navigation
Jump to search
(new file describing db2multipdb.py) |
(new file describing db2multipdb.py) |
||
Line 1: | Line 1: | ||
db2multipdb.py is a small python script used to decode flexibase .db files to multipdb files (that can be read by any viewer) and do some simple checking on the .db file. | db2multipdb.py is a small python script used to decode flexibase .db files to multipdb files (that can be read by any viewer) and do some simple checking on the .db file. | ||
Convert .db files to multiple pdb files, check for errors | Usage: db2multipdb.py [options] file.db [more db files] | ||
Options: | Convert .db files to multiple pdb files, check for errors | ||
Options: | |||
-h, --help show this help message and exit | -h, --help show this help message and exit | ||
-v, --verbose lots of debugging output | -v, --verbose lots of debugging output | ||
-n, --nopdb don't write pdb files, just do broken checking | -n, --nopdb don't write pdb files, just do broken checking | ||
Revision as of 22:45, 10 December 2009
db2multipdb.py is a small python script used to decode flexibase .db files to multipdb files (that can be read by any viewer) and do some simple checking on the .db file.
Usage: db2multipdb.py [options] file.db [more db files] Convert .db files to multiple pdb files, check for errors Options: -h, --help show this help message and exit -v, --verbose lots of debugging output -n, --nopdb don't write pdb files, just do broken checking