Anregungen kannst Du hier: http://www.kaczenski.de/component/op.../ascdesc,DESC/
holen.
unter IPConfig bekommst Du ein VBS, das ganz ausgeschlafen ist.
Mußt Du natürlich noch umarbeiten für Deine Bedürfnisse.
Michael
:Bueronetz
SET IP= 192.168.0.253
SET MASK= 255.255.255.0
SET GATEWAY= 192.168.0.1
SET DNS= 192.168.0.1
SET WINS= 192.168.0.1
netsh interface ip set address name = "%NAME%" source = static addr = %IP% mask = %MASK%
netsh interface ip set address name = "%NAME%" gateway = %GATEWAY% gwmetric = 1
netsh interface ip set dns name = "%NAME%" source = static addr = %DNS%
netsh interface ip set wins name = "%NAME%" source = static addr = %WINS%