When I double click on a file PGP SDA asks for passphrase. I am able to decrypt files with a .gpg extension using this script:
gpg --batch --yes --passphrase 12345 --decrypt-files *.gpg
But when I run the above command with *.exe it gives me unknown suffix error.