Hi thank you for the replay,
I did not find the run.bat but i find the run_silent.bat and also run_server_deploy_tool.bat
@echo off
setlocal
cd /d %~dp0
cd ..
set TARGETDIR=%cd%
set JAVA_HOME=%TARGETDIR%\java
set LD=%TARGETDIR%\lib
set ALD=%TARGETDIR%\application\20qcbin.war\WEB-INF\lib
set ALM_OPTS=-Xmx512m -XX:MaxPermSize=512m
set CONF_CP="%LD%"\*;"%ALD%"\*
start /B /MAX "" "%JAVA_HOME%\bin\javaw" -Djava.library.path="%LD%" -splash:bin\splash_QC__Server_Deployment_Wizard.png %ALM_OPTS% -cp %CONF_CP% com.hp.qc.install.deploy.wizard.QcDeployMain -gui
endlocal
this is the correct file.
Please let me know the path for the those bach files.