Thanks for the quick reply!

But I'm still stuck in a loop! IE keeps installing. Here is the updated script.

$regkey = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe"
$iexplore = READVALUE($regkey,"")
$iever = GETFILEVERSION($iexplore)

?$iever

IF not $iever = "6.0.2800.1106"
RUN \\olympus1\SYSVOL\home.dynetech.com\scripts\ie6setup.bat
ENDIF

exit