rathous,

Radimus is right..

However, there are a couple of different ways to approach this question..

Set the start page in the registry...

code:

$ = WRITEVALUE("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","Start Page","http://Intranet","REG_SZ")

Starting Internet Explorer to specific site:

code:

Run "iexplore http://www.microsoft.com"

Caution with this!!

code:

Run "iexplore -k http://www.microsoft.com"

You may want to have a look at - INFO: Command-Line Switches for Internet Explorer 4.0 (Q178058) (even though this says 4.0, these should still be valid).

Have fun!

- Kent

_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's