Search found 2 matches

by emos
10 Apr 2019 11:34
Forum: DOS Batch Forum
Topic: Command only listing active NIC?
Replies: 2
Views: 3966

Command only listing active NIC?

Hi, I'm trying to put to gather a script that search for a specific Network Adapter Name. But what ever i do only my Wireless card is the only adapter name i can get going. I'm i using "find" incorrect? @echo off for /f "skip=3 tokens=1,2,3* delims= " %%a in ('netsh interface show interface ^|find /...
by emos
30 Jan 2018 06:48
Forum: DOS Batch Forum
Topic: List NIC and make selection to choose between static or DHCP
Replies: 0
Views: 13599

List NIC and make selection to choose between static or DHCP

Hello, I have been searching around the web for some time looking for a batch script that can help me switch between static and dhcp. I came across this script on Stackoverflow that also gives the user an option to choose the Connected NIC that needed to be changed. Really liked this option since so...