lua-users home
lua-l archive

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


On 28/07/2011, at 8:50 AM, Lorenzo Donati wrote:

> Hi all!
> 
> Lately I've been struggling to force Lua interpreter to ignore LUA_INIT (on Windows). Since I hate to put shell invocation scripts everywhere (.cmd files, I mean) to set LUA_INIT to an empty value, I'd like to be able to invoke the interpreter like this:
> 
> lua --noinit myscript.lua

Is there a windows equivalent to "LUA_INIT= lua"?