Luis Rivera wrote: >> 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...
It's needed only for Alex's LyX 1.3.3 (which he would presumably upgrade to LyX 1.3.6 if only he could get that to run on Win98...). LyX 1.3.6 invokes lyx2lyx as "python lyx2lyx arg1 arg2", so the problem doesn't arise. So, if you do add it to the wiki, please don't add it to the LyX 1.3.6 pages. -- Angus