> But as the user suggested why does --batch does not take care of it? I saw 
> that it is "expected from unix" programs to behave like this - but what about 
> windows? there is no dev null piping - at least there should be an option 
> because users expect that --batch will work automatically.

It works as expected, reading data from stdin - even on Windows.  Why
should that be different.  Piping data into programs on Windows is as
old as PCDOS 2.0.1a (~1983).

There is and has always been a nul device in Windows, it is just named
"/dev/nul" and not "/dev/null".  However on the windows command line you
better use just "nul" as the device - that is a special filename.


Salam-Shalom,

   Werner

-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.


_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to