Angus Leeming wrote:

Helge Hafting wrote:
Thanks for the info, Helge. Just to make sure that I don't screw this
up, could you post the lyx.bat file you'd like for win98?

Angus

This should work for win98:
@echo off
if "%LANG%"=="" SET LANG=fr_FR
"C:\Program Files\LyX\bin\lyx.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9

Excellent!

And is the existing .bat file OK on more modern Windows versions?

@echo off
if "%LANG%"=="" SET LANG=fr_FR
"C:\Program Files\LyX\bin\lyx.exe" %~1 %~2 %~3 %~4 %~5 %~6 %~7 %~8 %~9

This seems fine to me, it works well on XP at least.
I have no idea what surprises other versions might have in store.
Testing will tell. :-/

Helge Hafting

Reply via email to