Quick question, lua code that will run a binary/exe file with arguments
thanks in advance.
os.execute('command with args')
is what you want.
Have a look at this small tutorial.
PS: I found this after searching for around 10 seconds. I bet writing this question here took you longer...