lua-users home
lua-l archive

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


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]]