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