Originally Posted By: NTDOC
Okay give something like this a try.

 Code:
Dim $Site, $IExplore
$Site = 'http://www.yahoo.com/'
$IExplore = ReadValue('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE','')
RUN $IExplore + ' ' + $Site



This worked perfectly, and it even taught me a couple of things. Thanks very much!