-
Notifications
You must be signed in to change notification settings - Fork 10
Cmdusage
McBen edited this page Apr 6, 2012
·
1 revision
Usage : FDB_ex2.exe [option] filename <fdb_file>
| filename |
name or pattern of the file you which to extract |
| fdb_file |
name or pattern of FDB-File |
Example:
fdb_Ex2 interface\ c:\RoM\fdb\*.fdb
fdb_Ex2 interface\
| -o directory |
output directory |
These options are for DB-Files:
| -s |
generate SQL-Scripts for DB files |
| -c |
generate CSV-Files for DB files |
| -p |
write unconverted raw-data (for developers) |
| -a |
write lua |
| -v |
detail output |
| -y |
always overwrite files |
| -r |
the filename is a regular-expression (see Regular Exprssion syntax) |