|
Answer» 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 SaraIt WOULD be better to use ping and check errorlevel. Why do you want to do this?
|