Here's what I've been building thus far. Not sure if it'll work yet because I'm heading out from work now and haven't had time to try it out...

$IFILE = "C:\Program Files\Hotbar\bin\4.0.9.0\HbInst.exe"
IF EXIST($IFILE) = 1
AT (16,20) "Uninstalling Hotbar Software..."
SHELL "CMD.EXE /C START /WAIT " + $IFILE + " /Uninstall"
IF EXIST($IFILE) = 1
CD "C:\Program Files\"
SHELL "CMD.EXE RD /S /Q Hotbar"
IF EXIST("C:\Program Files\Hotbar") = 1
AT (16,20) "Failed to Remove Hotbar!"
RETURN
ELSE
AT (16,20) "Hotbar Successfully Removed!"
RETURN
ENDIF
ENDIF
ENDIF
_________________________
silence is golden, but duct tape is silver