Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Аватара для voler

Ветеран


Сообщения: 907
Благодарности: 36

Профиль | Отправить PM | Цитировать


Таже ситуация.

HTML код: Выделить весь код
IstrComputer = inputBox("Введите Network Name Computer?:") Set objWMIService = GetObject("winmgmts:\\" & IstrComputer & "\root\cimv2") Set colNetAdapters = objWMIService.ExecQuery ("Select * from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE") IstrIPAddress = inputBox("Введите IP?:") strIPAddress = Array("IstrIPAddress") IstrSubnetMask = inputBox("Введите Mask?:") strSubnetMask = Array("IstrSubnetMask") IstrGateway = inputBox("Введите Gateway?:") strGateway = Array("IstrGateway") strGatewayMetric = Array(1) For Each objNetAdapter in colNetAdapters errEnable = objNetAdapter.EnableStatic(strIPAddress, strSubnetMask) errGateways = objNetAdapter.SetGateways(strGateway, strGatewaymetric) If errEnable = 0 Then WScript.Echo "The IP address has been changed." Else WScript.Echo "The IP address could not be changed." End If Next


Отправлено: 12:24, 09-06-2007 | #5