Files
backup-manager/启动.vbs
2026-02-01 15:15:45 +08:00

5 lines
224 B
Plaintext

Set WshShell = CreateObject("WScript.Shell")
' 隐藏黑窗口启动程序
' 使用电子核心程序直接运行,避免 npm 带来的额外进程残留
WshShell.Run ".\node_modules\electron\dist\electron.exe .", 0, False