This program was designed to run the PING command for a given IP ADDRESS. It will notice a change in the request and start two other commands; IFCONFIG and NETSH.
IPCONFIG /all
and
NETSH wlan show interfaces
Download and open solution in Visual Studio. Build and generate the EXE file.
V1.0.0 - Application created v1.1.0 - Removed the second window and combined the main app to show both displays.