RE: Problem trying to automate decrypt option

2012-10-18 Thread Gabi
to remove empty space on the .bat) but your solution seems ok too. Regards. Gabi. -Mensaje original- De: Werner Koch [mailto:w...@gnupg.org] Enviado el: jueves, 18 de octubre de 2012 10:39 Para: Gabi CC: 'David Tomaschik'; gnupg-users@gnupg.org Asunto: Re: Problem trying to

Re: Problem trying to automate decrypt option

2012-10-18 Thread Werner Koch
On Thu, 18 Oct 2012 08:34, g...@idieikon.com said: > If I write gpg2.exe --help (or gpg.exe --help) the command or option > --passphrase is not shown anywhere. Note that --help does not show all options. See the man page for a complete list. > I'm using windows version. Is that a feature not av

RE: Problem trying to automate decrypt option

2012-10-17 Thread Gabi
nupg-users@gnupg.org Asunto: Re: Problem trying to automate decrypt option Have you tried --passphrase "myPassword" or --passphrase-fd 0 (with the pipe)? (Standard statement about how storing the passphrase in a scheduled task is a bad idea, etc.) David On Wed, Oct 17, 2012 at 5:56 AM, Ga

Re: Problem trying to automate decrypt option

2012-10-17 Thread David Tomaschik
Have you tried --passphrase "myPassword" or --passphrase-fd 0 (with the pipe)? (Standard statement about how storing the passphrase in a scheduled task is a bad idea, etc.) David On Wed, Oct 17, 2012 at 5:56 AM, Gabi wrote: > We want to automate the decrypt process in some file with a task in

Problem trying to automate decrypt option

2012-10-17 Thread Gabi
We want to automate the decrypt process in some file with a task in the operating system (Windows 7 64) What we want to do is from command line is: gpg2.exe --decrypt file.gpg > result.txt Of course it works ok, but launch pinentry.exe, a dialog box to ask for the password of the certificate. So