bigstyle
17th September 2008, 04:25 PM
Hi,
I would like to create a scheduled task that will launch Internet explorer every day in a specific website.
This website will then be connected to radio on the web through wifi.
Actually, I can enable the wifi and launch IE.
Now I would like to connect to the specific website but I can't find how with MortScript.
Here is my script
# RunIE.mscr - start the default data connection and load IE
#Wifi Activation
Run ( "\Temp\AEBPlus_Switch_WiFi_Off_On.lnk")
Sleep 5000
# Internet explorer connecting to radios.wm.free.fr
Run ( "\Windows\iexplore.exe", http://radios.wm.free.fr/player?cat=1&radio=nrj&type=asx)
But it doesn't work :-(
The url is not passed to Internet Explorer.
Please could you help me ?
Thank you
I would like to create a scheduled task that will launch Internet explorer every day in a specific website.
This website will then be connected to radio on the web through wifi.
Actually, I can enable the wifi and launch IE.
Now I would like to connect to the specific website but I can't find how with MortScript.
Here is my script
# RunIE.mscr - start the default data connection and load IE
#Wifi Activation
Run ( "\Temp\AEBPlus_Switch_WiFi_Off_On.lnk")
Sleep 5000
# Internet explorer connecting to radios.wm.free.fr
Run ( "\Windows\iexplore.exe", http://radios.wm.free.fr/player?cat=1&radio=nrj&type=asx)
But it doesn't work :-(
The url is not passed to Internet Explorer.
Please could you help me ?
Thank you