lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 08/09/2010 00:40, Sean Conner wrote:
   Two things---one, a Lua string delimeted by the single or double quote use
the '\' as an escape character, so what Windows is seeing is not the string
you are giving it; you'll need to double up on the '\' character.

Or just use forward slashes, as seen in the script parameter...
As said, using the [[ ]] is the best solution is you want (or need, in some rare cases) to keep the Windows look of the paths. And it is easier to just paste it and go away.

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --