Webshots ought to be SHOT!

The only way to get it to fully uninstall is to run their webshotsuninstall.exe program and it doesn't have any commandline options.

I downloaded autoit and wrote the following test scripts to uninstall webshots and it works, but when I try to call autoit from a kixtart script it hangs. Autoit shows up in the icon tray but never runs the script.

autoit script:

Send, c:\\winnt\\Webshotsuninstall.exe
Send, {ENTER}
WinWaitActive, Webshots Uninstaller, Are you SURE
Send, !y
WinWaitActive, The Webshots Desktop!, Would you please
Send, !n

Kixtart script calling it:

$dest="c:\temp"
cd $dest
shell "%COMSPEC% /C autoit.exe webshots.aut"
rd "c:\program files\webshots"

Thanks in advance,

Dave
_________________________
Dave Melbourne, FL