so, I would change it to:
code:
$IFILE = "%programfiles%\Hotbar\bin\4.0.9.0\HbInst.exe"
IF EXIST($IFILE) = 1
AT (16,20) "Uninstalling Hotbar Software..."
SHELL "%comspec% /C START /WAIT " + $IFILE + " /Uninstall"
IF EXIST($IFILE) = 1
CD "%programfiles%"
SHELL "%compspec% RD /S /Q Hotbar"
IF EXIST("%programfiles%\Hotbar") = 1
AT (16,20) "Failed to Remove Hotbar!"
ELSE
AT (16,20) "Hotbar Successfully Removed!"
ENDIF
ENDIF
ENDIF
exit 0 ;or return

_________________________
!

download KiXnet