I have an executable I want to run using Lua ... how do I do this?
Can't seem to find any documentation anywhere about this.
You can use Lua's native 'execute' command.
Example:
os.execute("c:\\temp\\program.exe")
Sources: Lua Guide / os.execute
If you need the output of the program, use io.popen
Use os.execute
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With