Hi,
My customer would like to run lua script on mmWaveStudio.exe from commandline.
They have 3 lua scripts and want to run sequentially without any interactive operation by user.
Flowing is example of execution:
>mmWaveStudio.exe /lua script1.lua
>mmWaveStudio.exe /lua script2.lua
>mmWaveStudio.exe /lua script3.lua
The 1st line running mmWaveStudio.exe with script1.lua is successful, but after that when running mmWaveStudio.ese again script2.lua, they see error “Application already running. Only one instance of this application is allowed”.
Are there any way to run these 3 lua scripts without any interactive operation?
Thanks,
-Shibata