Hello, I'm having a bit of a problem. I'm creating a windows installation script that involves initializing postrgres db (creating new db and schema). For task I need to run "psql" command and pass some sql files to it. I can ask the installer for the postgres admin user and password, but it seems like there is no wat to pass in the password with "-U" option to postgres so that the installer would not have to type it again on the command prompt. ANY ideas on that? Thanks Michael