Rafal Welk wrote:
I want to use the %WINLANG% in scripts, but i get no answer... like this:

if %WINLANG%==DEU goto GERMAN

but when i make that with todo.pl, like this:

todo.pl "echo %WINLANG%"
todo.pl --go
I get a answer! Can i use %WINLANG% in scripts ?


When running "set" command in a DOS box you will recognize that WINLANG is not an operating system variable.

I think you can use it in your .bat files, but you will have to wrap a
  todo.pl "..."
around any command using WINLANG.

Regards
Gerhard



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to