here are my changes......but i'm buffled by this code..it still wont output right.....i need to submit this tomorrrow....please help...


$programpath= "C:\Program Files\Pivotal\Relation"

If Exist($programpath) = 1

MessageBox ("", "Please wait while Relationship is uninstalled","ESI INT'L", 10, 0, 1)

Shell 'C:\WINDOWS\uninst.exe -y -f"C:\Program Files\Pivotal\Relation\DeIsL1.isu" '

$rc = Shutdown("", "System is being rebooted to enable new settings.", 300, 0, 1)

Sleep 6

Else
? $programpath + "Does not Exist"
EndIf