Files
backup-manager/start.vbs
2026-02-01 15:19:42 +08:00

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