Files
ssh-manager/scripts/windows/start-installed.vbs
2026-04-16 23:28:26 +08:00

4 lines
154 B
Plaintext

Set shell = CreateObject("WScript.Shell")
scriptPath = Replace(WScript.ScriptFullName, ".vbs", ".cmd")
shell.Run Chr(34) & scriptPath & Chr(34), 0, False