| |
bml104
Posts: 18
Score: 0
Joined: 3/9/2004
From:
Status: offline
|
Thanks Ipaddress = InputBox ("Input IP address", "BML lazy IP changer","192.168.1.1") set wshShell= wscript.CreateObject("Wscript.Shell") wshShell.run("netsh interface ip set address name= ""Local Area Connection"" static " & ipaddress & " 255.255.254.0 63.82.108.1 1") whats a good way to encode it ? i found a .html encoder but what about .vbs
|
|