Quote:


Code:

If Exist("c:\MMClientSP2.exe")
;do nothing?
Else






Simplify this to
Code:

If Not Exist("c:\MMClientSP2.exe")