Hey all, I'm trying to create a simple (I think it should be simple) batch file. I want this file to open Internet Explorer 6 go to the webpage SIRIUS Satellite Radio - The Best Radio On Radio and run the javascript: launchPlayer(", ",","); Is this possible? I don't know anything about batch files and i only got to the point where i can open the webpage, but i am unable to open it in IE.
I tried
START "C:\Program Files\Internet Explorer\IEXPLO RE.EXE" "www.sirius.com "
but this line opens up the webpage in firefox(my default browser).
How do i get internet explorer to open this web page when its not my default browser?
How do i run the javascript: launchPlayer(", ",","); ?
any help would be appreciated.
I tried
START "C:\Program Files\Internet Explorer\IEXPLO RE.EXE" "www.sirius.com "
but this line opens up the webpage in firefox(my default browser).
How do i get internet explorer to open this web page when its not my default browser?
How do i run the javascript: launchPlayer(", ",","); ?
any help would be appreciated.
Comment