How can I call psql so that it doesn\'t prompt for a password?
This is what I have:
psql -Umyuser < myscript.sql
You may find this useful: Windows PSQL command line: is there a way to allow for passwordless login?