Hi, I got os.open working for .exe files. However, the app is starting in the background. What can I do to start it in the foreground? lua example ``` --@help Command 4 actions.kodi = function () os.open("C:\\Program Files\\Kodi\\kodi.exe"); end ```