Db2multipdb.py

From DISI
Revision as of 22:47, 10 December 2009 by Rgc (talk | contribs) (script location)
Jump to navigation Jump to search

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

The script is located at `~rgc/Source/bks_src/db2multipdb.py`.