Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Bach file for internet explorer  (Read 2546 times)

0 Members and 1 Guest are viewing this topic.

sara_dar

  • Guest
Bach file for internet explorer
« on: February 18, 2011, 05:05:29 AM »
Hi all

I am opening 100 urls to see if they are accessible or not. I decided to make batch file to do this. I can open urls through batch file by

start iexplore.exe www.google.com

but i want something else.

I want my batch file to generate a file which can tell me that which links were opened and which were not opened. In other words my batch file can catch 404 eroor and display it in a text file.

Regards
Sara

Salmon Trout

  • Guest
Re: Bach file for internet explorer
« Reply #1 on: February 18, 2011, 05:11:44 AM »
It would be better to use ping and check errorlevel. Why do you want to do this?