DivXPro52.exe
ABC-win32-v2.6.8.exe
winamp504_full.exe
heres is what i have in my batch file:
CODE
ECHO Installing DivX 5.2
ECHO Please wait...
start /wait %systemdrive%\install\DivXPro52.exe /s
ECHO.
ECHO Installing ABC 2.6.8
ECHO Please wait...
start /wait %systemdrive%\install\ABC-win32-v2.6.8.exe /s
ECHO.
ECHO Installing Winamp 5.04
ECHO Please wait...
start /wait %systemdrive%\install\winamp504_full.exe /s /install=SRFQ
taskkill.exe /F /IM winamp.exe
ECHO Please wait...
start /wait %systemdrive%\install\DivXPro52.exe /s
ECHO.
ECHO Installing ABC 2.6.8
ECHO Please wait...
start /wait %systemdrive%\install\ABC-win32-v2.6.8.exe /s
ECHO.
ECHO Installing Winamp 5.04
ECHO Please wait...
start /wait %systemdrive%\install\winamp504_full.exe /s /install=SRFQ
taskkill.exe /F /IM winamp.exe
some help would be really appreciated !!
if possible id like to be able to edit the options of winamp too..
thanks a lot