Hello everybody.
I want do something special. This is command which i use in powershell:
netsh wlan show all | Select-String "SSID", "Signal"
But is there way that i can print the string and before will be print next mach i want write my own text.
Explain:
SSID:
Signal:
My text
SSID:
Signal:
My text
...
Thanks for answare