after the startup.bat command I wanted to start chrome with url: http://localhost:8080/Nexus but bat file getting stopped after tomcat is being started up.
Code in the batch file is as follows:
@echo off start cmd cd I:\Users\5251966\Nexus echo yes|copy catalina.bat I:\apache-tomcat-7.0.55-windows-x64\apache-tomcat-7.0.55\bin echo yes|copy tomcat-users.xml I:\apache-tomcat-7.0.55-windows-x64\apache-tomcat-7.0.55\conf cd I:\apache-tomcat-7.0.55-windows-x64\apache-tomcat-7.0.55\bin startup.bat start chrome http://localhost:8080/Nexus
Call startup.batand you're probably best advised to useCD /Dtoo.