Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~385 People Reached
Favorite Forums
Favorite Tags
Member Avatar for hacks14

heres the script basically it sets (supposed to) Local area connection ipv4 static ip address to 10.XX.XX.2 but it dosent work it works fine if you run cmd as addy and put the script in netsh interface ip set address "Local Area Connection" static 10.XX.XX.2 [code] Dim txtlen As Integer …

Member Avatar for alc6379
0
191
Member Avatar for hacks14

Well i figure that if i do a temp. batch file for a small project heres the batch script. IPAddy would = a number xx.xx also how to execute from a button and run as admin at the same time. [CODE] @echo off netsh interface ipv4 set address "local Area …

Member Avatar for mrclark
0
94
Member Avatar for hacks14

how do i run my shell Shell("netsh interface ip set address" & Chr(34) & "Local Area Connection" & Chr(34) & "static 10." & IPAddy & ".4") as admin? PLZ

Member Avatar for hacks14
0
100