On 23 November 2009 Taco Hoekwater wrote:
Let's put it this way: windows command line processing does not agree with my neurons, so I have stayed way from it as much as possible (and will continue to do so).
A good, clean patch would be welcome of course, [...]
Hi Taco, if you change anything though, please inform the TeX Live team in advance. We probably have to adapt our scripts then. The scripts already provide a function: function fixwin (args_unix) if os.type == 'windows' then local args_win={} -- new table args_win[0]=args_unix[1] for i=1, #args_unix do args_win[i]='"'..args_unix[i]..'"' end return args_win else return args_unix end end Regards, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-3373112 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha@web.de ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ----------------------------------------------------------------------------