lua-users home
lua-l archive

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


On Thursday, May 29, 2014 04:49:56 PM Andrew Starks wrote:
> Nope. You're wrong. This has everything to do with me posting a patch that
> adds a pause to the end of Lua's REPL execution.
> 

Why not wrap it in a BAT file that invokes Lua passing all arguments?

    @echo off
    D:\LuaDist\bin\lua.exe %*
    pause

-- 
tom <telliamed@whoopdedo.org>