i'm testing at home b4 i deploy on the network tomorrow at work, so i did a sample on my machine but it's still not taking....

$programpath="C:\Program Files\Macromedia\Dreamweaver MX\"
If Exist($programpath)
Shell 'C:\WINDOWS\uninst.exe -y -f "C:\Program Files\Macromedia\Dreamweaver MX" ' Sleep 6
$rc = Shutdown("", "System is being rebooted to enable new settings.", 30, 0, 1)

Else
? $programpath + " Does not Exist"
EndIf