How to check the valid url and make a report for that url.
Posted: 27 Jan 2016 01:12
Hi All,
I am new to the batch programming,i have three urls.like below.
www.example1.com
www.example2.com
www.example3.com
when i run the batch file it should check the url is valid or not without opening the browser and produce the report in command prompt as valid or invalid
www.example1.com valid ---->if url exists it should display as valid
www.example2.com invalid--->if url not exists it should display as invalid
www.example3.com valid---->if url exists it should display as valid
kindly help me to get the solution..
Thanks
I am new to the batch programming,i have three urls.like below.
www.example1.com
www.example2.com
www.example3.com
when i run the batch file it should check the url is valid or not without opening the browser and produce the report in command prompt as valid or invalid
www.example1.com valid ---->if url exists it should display as valid
www.example2.com invalid--->if url not exists it should display as invalid
www.example3.com valid---->if url exists it should display as valid
kindly help me to get the solution..
Thanks