lua-users home
lua-l archive

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


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