I am trying to automatically create a database right after installing
postgres8.4 from windows command prompt .i already install postgresql 8.4 silently from command prompt, but now i have to create a database.
actually i have to do both the things installing postgresql8.4 and creating database wtih single command .what is the best way to do this ?

