gpg --encrypt -r bbhsecure %fname%
I get the message:
It is NOT certain that the key belongs to its owner.
If you *really* know what you are doing, you may answer
the next question with yes
Use this key anyway?
If I press "y" and hit enter it works.
I would like my script to automatically answer with yes:
gpg --encrypt --batch --yes -r bbhsecure %fname%
This doesn't work, not sure why...