This doesn't work on my XP box but on Windows 7 I can limit the info to a single adapter with
netsh interface IP show addresses "Local Area Connection" | findstr "IP" | clip
Which could go into a batch file
This doesn't work on my XP box but on Windows 7 I can limit the info to a single adapter with
netsh interface IP show addresses "Local Area Connection" | findstr "IP" | clip
Which could go into a batch file