Files
backup-manager/start.vbs

4 lines
169 B
Plaintext
Raw Normal View History

2026-02-01 15:15:45 +08:00
Set WshShell = CreateObject("WScript.Shell")
2026-02-01 15:19:42 +08:00
' Run the application hidden without a terminal window
2026-02-01 15:15:45 +08:00
WshShell.Run ".\node_modules\electron\dist\electron.exe .", 0, False