Command Line Examples


dbplot foo.dbp *

This is valid, but will do nothing since no operation is specified.

dbplot /p foo.dbp *

This will process all the profiles in foo.dbp.

dbplot /p /g foo.dbp *

This will process all the profiles in foo.dbp and print the full name of each generated file to stdout.

dbplot /p /w foo.dbp *

This will process all profiles in foo.dbp and display each plot in a preview window until it is closed with escape or Alt-F4.

dbplot /p /w1000 foo.dbp *

This will process all profiles in foo.dbp and display each plot in a preview window for 1000 milliseconds (one second).

dbplot /p foo.dbp goo*

This will process all profiles in foo.dbp that begin with "goo".