Good morning,
I'm trying to make a script with .bat extension to do automatic update in the bank, except that in order to do this I need to know how to enter the password of my bank through command.
I'm doing the following to access my bank through windows prompt. psql -U bank user -w bank password
however I get the following message fe_sendauth: no passoword supplied
NOTE: when typing (psql -U bank user) it asks for the password but, that's just what I want it to not appear. I want to enter the password by command.