Hi there i'm trying to write a batch file to run when a certain web page is opened the batch file will already be installed somewhere on the users computer so it just needs activating when the webpage is loaded, so far i have got the code below, it doesn't work the problem is with the iexplorer line

any help would be great

@echo off
:start
if "iexplorer" == "http://www.myurl.com" goto...