Batch Files In Windows 7

In case you have made a batch file in Windows 7,you might have noticed that it doesn’t really work as it should right off the bat. Here is what I am saying : Suppose a simple batch file that pings a website continuously is made (ping.bat) in this case : (If you want to learn …

How to make a batch file to test internet connection

Internet connectivity often fails,this can be highly disruptive when in middle of a critical task like say doing an online transaction. Is there any way we can keep a track of our internet connection being stable especially before say performing an online transaction like online booking of an order? There definitely is a way to …