🐛 bug fix for client

This commit is contained in:
JustSong
2022-07-28 23:08:15 +08:00
parent 5d1a9e4b72
commit b8a23e512b
3 changed files with 53 additions and 25 deletions
+3
View File
@@ -0,0 +1,3 @@
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