Hello guys,
I'm new to script's and codes, thus I need your help.
I want to create an exe script that will open a windows which represents a status of a cross between 2 routers.
I need the script to connect to one router with username and password and run a ping command to a destination IP from a source IP every 5 seconds.
If the ping is successful the exe window will show Cross is UP.
If the ping isn't successful the exe window will show Cross is DOWN.
How can I do that?