mirror of
https://github.com/songquanpeng/message-pusher.git
synced 2025-09-26 20:21:22 +08:00
3 lines
206 B
Plaintext
3 lines
206 B
Plaintext
Set WshShell = CreateObject("WScript.Shell")
|
|
WshShell.Run chr(34) & "C:\Users\song\Projects\message-pusher\client\message-receiver.exe ""--url https://server_host/prefix" & Chr(34), 0
|
|
Set WshShell = Nothing |