New command line language parameter
Werner Koch
wk at gnupg.org
Thu Feb 1 20:14:20 CET 2007
On Tue, 30 Jan 2007 10:52, jmarugan at alumnos.upm.es 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
More information about the Gnupg-users
mailing list