I have made an app with builtin IP/ISP tables and would like to call it from a script ... is there a way to call external programs from lua and display it's stdout?
- Smoothie.
Internal yes, not external.
execute( string )
This is the equivalent to a DOS prompt. Blocking is treated the same.
-NotRabidWombat
Thank you NotRabidWombat.
- Smoothie.