Thanks Holger & Werner for giving me your kind help.
Can you please help how to implement what Werner has suggested

Here is the command what i am using
gpg -q -d abc.gpg

What would i need to implement in your way - using gpg ........ 2>/dev/null

Can you please guide me.

Thanks,
Umesh

On Sun, Feb 6, 2011 at 11:01 AM, Werner Koch <w...@gnupg.org> wrote:

> On Sun,  6 Feb 2011 10:57, holger.naet...@mac.com said:
>
> > As far as I understand the manual page of gpg2, it should be the option
> "--no-tty" to be used.
>
> No.  For all kind of unattended use you need to pass the option
> "--batch".  "--no-tty" doesn't harm if used along with --batch, but it
> is not needed.
>
> All messages can't be suppressed with options.  IF you don't want to see
> them, do it the usual way:
>
>  gpg ........ 2>/dev/null
>
> (Under Windows replace /dev/null by /dev/nul).
>
>
>
> Shalom-Salam,
>
>   Werner
>
> --
> Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.
>
>
> _______________________________________________
> Gnupg-users mailing list
> Gnupg-users@gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnupg-users
>
_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to