You can use a batch file to start a response file installation.
To start a response file installation using a batch file:
c:\db2ese\setup /U c:\PROD_ESE.rsp echo %ERRORLEVEL%where /U specifies the location of the response file and echo %ERRORLEVEL% specifies that you want the batch process to display the installation return code.