lua-users home
lua-l archive

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


On Tue, Nov 2, 2010 at 10:03 AM, Lorenzo Donati
<lorenzodonatibz@interfree.it> wrote:
> I was looking for a way to solve the problem in Lua and forgot to try to
> solve it the other way around (doh!) ! :-)

The other way is to create a little batch file to launch Lua

lua %*
pause

and make the default 'run' operation for Lua script point to this batch file.

Actually, this might be a sensible default for Lua for Windows..

steve d.