@echo off &cls mode con:cols=75 lines=20
for /f "delims=" %%x in ('dir /b *.exe') do set setup=%%x
"%setup%" /S /VERYSILENT /HIDE /SUPPRESSMSGBOXES=%CD%
taskkill /f /im XviD-Dec.exe>nul
:================================================================+
Ok guys sure there is something simple I am missing..

when I run a silent install from command-line my .exe installs but
it pop-ups a confirm box to click OK and the batch stalls out.
I added the taskkill but it wont go to the next line of my batch.
Please help,
Thanks! SuzyQ