LUA Interpreter

BlitzMax Forums/BlitzMax Programming/LUA Interpreter

BLaBZ(Posted 2010) [#1]
I'm having the hardest time getting this to work...

I'm trying to use the LUA interpreter that comes with lua(lua52.exe) and I'm simply trying to run a script.

The book I'm using says type ("% lua hello.lua") to run my hello.lua script file, but that isn't working at all.

I've tried about 1000x variations.

any help is appreciated :/


BLaBZ(Posted 2010) [#2]
nvm got it.....

apparently "%" stands for the directory of lua...

cd\lua\lua52 hello.lua