VBS Script for Windows
This commit is contained in:
parent
5e1d5931a1
commit
ef5df3bfb7
3
win32/ip2e-daemon.vbs
Normal file
3
win32/ip2e-daemon.vbs
Normal file
|
@ -0,0 +1,3 @@
|
|||
Set WshShell = CreateObject("WScript.Shell")
|
||||
WshShell.Run chr(34) & "ip2e-daemon.py" & Chr(34), 0
|
||||
Set WshShell = Nothing
|
Loading…
Reference in New Issue
Block a user