Files
backup-manager/start.vbs

5 lines
243 B
Plaintext
Raw Normal View History

2026-02-01 15:15:45 +08:00
Set WshShell = CreateObject("WScript.Shell")
2026-02-01 15:24:51 +08:00
' Use cmd /c to run electron.cmd which is what npm start uses
' This ensures all environment variables and paths are correctly set
WshShell.Run "cmd /c .\node_modules\.bin\electron.cmd .", 0, False