T T wrote:
On 15 April 2010 15:31, Taco Hoekwater
wrote: T T wrote:
$ texlua \\.\H:\DEV\scratch\arg0test.lua No script file given There is a stat() test in luainit.w (the is_readable macro) which probably fails for UNC files. I can try a patch, but it would be better if a true windows user would do so (I can guess but not test).
I can try to patch it but stat() does not seem to be the problem. I've made a quick test and stat() seems to work OK on UNC paths (gcc & tcc). I suspect there may be some file parsing doing on but I don't see where.
I should mention that I tested with TL's texlua (beta-0.40.6-2009110118) but I get the same with beta-0.52.0-2010031700 (rev 3515).
Or any other older version, I'm sure. All commandline related stuff is in luainit.w, I think. And now I suddenly see what is going wrong: your backslash is intercepted by the code that looks for "luatex \\relax ...". Best wishes, Taco