[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Running Lua script file from Lua Console
- From: Anurag Sharma <anurag.sharma.101@...>
- Date: Wed, 9 Sep 2009 13:05:58 +0530
Hi
Here is what i am doing
I am launching Lua console from Start-Run using this command
cmd.exe /K lua.exe
The console shows up as follows
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
>
Then I run the Lua script file as follow
> C:\a\ScriptingLanguageSupport\Lua2.lua
It gives me this error message
stdin:1: '<name>' expected near '\'
>
could you please help
thanks
Anurag