Found a couple examples of scripts uninstalling webshots but they don't take into account that the webshots uninstall program prompts for a YES/NO confirmation.

I've tried the following, but the sendkeys doesn't happen until the prior command finishes, hence the yes/no never gets answered.

$HKLMSMWCV = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion"
$remove=readvalue("$HKLMSMWCV\Uninstall\Webshots","UninstallString")
shell("$remove")
sendkeys("{enter}")

I need a silent uninstall of webshots.

Thanks in advance
_________________________
Dave Melbourne, FL