Does anyone have a script to set static ip's

R

Robert L [MS-MVP]

this may help quoted from http://www25.brinkster.com/ChicagoTech
How to switch network settings without reboot

As a network consultant, I work on different network every day and need to
switch network settings such as IP and DNS accordingly. Fortunately, W2K/XP
comes with a useful tool, netsh.exe, that can switch network settings
quickly. To copy abc.com network settings, type command netsh -c interface
dump >c:\abc.txt. The abc.com network settings will be saved at the root of
the C drive. You can create as many network settings as I like. When you
work at abc.com next time, you will load the settings by typing netsh -f
abc.txt command and the abc.com network settings will take effect
immediately.
--
For more and other information, go to
http://www25.brinkster.com/ChicagoTech


Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Windows & Network Support, Tips and FAQs on
http://www25.brinkster.com/ChicagoTech
This posting is provided "AS IS" with no warranties.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top