From ef5df3bfb71252be86b1df2e4820b085b443a110 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Sun, 15 Nov 2015 17:17:47 +0100 Subject: [PATCH] VBS Script for Windows --- win32/ip2e-daemon.vbs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 win32/ip2e-daemon.vbs diff --git a/win32/ip2e-daemon.vbs b/win32/ip2e-daemon.vbs new file mode 100644 index 0000000..a756741 --- /dev/null +++ b/win32/ip2e-daemon.vbs @@ -0,0 +1,3 @@ +Set WshShell = CreateObject("WScript.Shell") +WshShell.Run chr(34) & "ip2e-daemon.py" & Chr(34), 0 +Set WshShell = Nothing \ No newline at end of file