Set WshShell = CreateObject("WScript.Shell")
' Run the application hidden without a terminal window
WshShell.Run ".\node_modules\electron\dist\electron.exe .", 0, False