rlm1murphy
New Member
I have created an exe with MS Visual Studio. This app runs from scenes, but will not run run from lua script using os.execute(string.format('start /c "Title" "%s" sss', "C:\_LocalApps\obs2ptz\obs2ptz.exe" ) ). When run without "/c" the dos window stays open shows the command but it does not run, no error message.