[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Running Lua script file from Lua Console
- From: Peter Cawley <lua@...>
- Date: Wed, 9 Sep 2009 08:55:44 +0100
If you're entering "cmd.exe /K lua.exe" into Start-.Run, then entering
just "lua.exe" should also work.
On Wed, Sep 9, 2009 at 8:45 AM, Robert G.
Jakabosky<bobby@sharedrealm.com> wrote:
> Type this Lua code to execute that Lua script:
> dofile("C:\\a\\ScriptingLanguageSupport\\Lua2.lua")
Alternatively:
dofile[[C:\a\ScriptingLanguageSupport\Lua2.lua]]