My apologies Les. With all these people backing you up you must be a stand up guy. It just happens that my wife's native language is not english and is taking ESL courses. You struck a nerve.

If anyone is still willing to help me out after this my code is not renaming the file properly after updating Kix to 4.51.
Code:

Dim $mapir
$mapir="C:\Program Files\Common Files\System\MSMAPI\1033\"
If Exist ($mapir + "mapir.dll")
MOVE $mapir + "mapir.dll" $mapir + "mapir.old" /h /s
COPY "\\mnc17p1s\NETLOGON\batch\mapirnew.dll" $mapir + "mapir.dll"
EndIf



Thanks