--- Angus Leeming <[EMAIL PROTECTED]> wrote: > > In a nutshell, you need a lyx2lyx.bat > > file in > > /Resources/lyx/lyx2lyx, with a single line: > > > > <pathto>python <pathtolyx2lyx>/lyx2lyx %1 %2 %3 %4 %5 %6 %7 %8 > > Actually, we'd have something a little more sophisticated. More like: > > @echo off > if "%~1" == "~1" goto win95 > start "Python" "C:\Python24\python.exe" %* > goto end > :win95 > start "Python" "C:\Python24\python.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9 > :end >
Actually, this seems to be the right solution: one single file solving both cases. However, it doesn't seem to be anywhere on the wiki. I'll see if I can fix it tomorrow... Luis. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com