M
Merlin
Hey Group,
Could somebody tell me why this command won`t work:
retval = Shell("Netsh int ip set add name="Local Area Connection"
source=static addr=10.12.220.254 mask=255.255.0.0 gateway=10.12.200.1
gwmetric=1, vbNormalFocus")
VB is telling me it expects a ")" after Local, however its a command line
argument and won`t work if I do that
Please Help
Many Thanks
Merlin
Could somebody tell me why this command won`t work:
retval = Shell("Netsh int ip set add name="Local Area Connection"
source=static addr=10.12.220.254 mask=255.255.0.0 gateway=10.12.200.1
gwmetric=1, vbNormalFocus")
VB is telling me it expects a ")" after Local, however its a command line
argument and won`t work if I do that
Please Help
Many Thanks
Merlin