|
On Thursday, May 29, 2014 04:49:56 PM Andrew Starks wrote:Why not wrap it in a BAT file that invokes Lua passing all arguments?
> 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.
>
@echo off
D:\LuaDist\bin\lua.exe %*
pause
--
tom <telliamed@whoopdedo.org>