On Tue, 30 Jan 2007 10:52, [EMAIL PROTECTED] said:

> ---Begining of .bat file ----------------------------------
> @echo off
> cls
> echo Verifying...
> %1\gpg.exe --homedir %2 --langfile %1\gnupg.nls\es.mo --verify %3
> ---End of .bat file ---------------------------------------

You may already use

---Begining of .bat file ----------------------------------
@echo off
cls
echo Verifying...
set LANG=%1
gpg.exe --homedir %2 --verify %3
---End of .bat file ---------------------------------------

If you just care about the language.  For Spanish es_ES should be the
right argument.  I have not looked at the other isues but setting
--homedir should be enough to go without the defaults from the
registry.


Shalom-Salam,

   Werner



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

Reply via email to