[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to detect a MSWindows console in pure Lua
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 2 Nov 2010 10:08:26 +0200
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.