Search found 2 matches

by _Danny___
13 Feb 2017 12:25
Forum: DOS Batch Forum
Topic: Parse output of NETSH
Replies: 3
Views: 5213

Re: Parse output of NETSH

agerman and compo - Thanks you guys! You are AWSOME!

Danny
by _Danny___
11 Feb 2017 22:11
Forum: DOS Batch Forum
Topic: Parse output of NETSH
Replies: 3
Views: 5213

Parse output of NETSH

Hi I want to do the following in a batch file. netsh wlan show profiles Will return names of WiFi networks in range, say might be a list of 5 or six etc For each of the list of 5 or 6 networks: netsh wlan show profiles {WiFi Network Name} key=clear Then output the list to my profile name in windows ...