Hello all,
I would like to ask, if there is way to get not the whole line. I can give example. I was trying to get name of the wireless network card. I used "netsh":
netsh wlan show interface | findstr Description
result:
Description : Intel(R) Wireless WiFi Link 4965AGN
I would like to only the whole name without "Description". Is there command to get it?