--batch --yes not working

Core FTP client questions and answers
Post Reply
DVM_admin
Posts: 2
Joined: Tue Feb 18, 2014 5:41 pm

--batch --yes not working

Post by DVM_admin »

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...
Post Reply