ip2e/win32/ip2e-daemon.vbs

3 lines
123 B
Plaintext
Raw Normal View History

2015-11-15 17:17:47 +01:00
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "ip2e-daemon.py" & Chr(34), 0
Set WshShell = Nothing