like "name.exe -parameter C:/text.txt"
How to launch .exe with parameters?
- Edited
Hi Farshmak,
Welcome to LuaRT Community.
You can use the [Login to see the link] to run external executables.
Just put the all the external exe arguments in the string, for example :
sys.cmd("notepad hello.txt")