You can create a database from a command line with the Initialization utility (dbinit). With this utility, you can include command line options to specify different settings for the database.
Open a command prompt.
Run the dbinit utility. Include any necessary parameters.
For example, to create a database called company.db with a 4 KB page size, enter:
dbinit -p 4k company.db
For more information, see Initialization utility (dbinit).