V
vocano
run vbscript as below:
Set objShell = CreateObject(¡°Wscript.Shell¡±)
objShell.Exec ¡°%COMSPEC% /k ipconfig > ipconfig_output.txt¡±
i want to output tcp/ip settings of all computers in the domain to the
specific files ,and also the name of txt file should be the name of
computer,how to do ?
Set objShell = CreateObject(¡°Wscript.Shell¡±)
objShell.Exec ¡°%COMSPEC% /k ipconfig > ipconfig_output.txt¡±
i want to output tcp/ip settings of all computers in the domain to the
specific files ,and also the name of txt file should be the name of
computer,how to do ?