Originally posted by Mert Nuhoglu:
start "Tomcat" "C:\Program Files\Java\jdk1.5.0_01\bin\java" -Djava.endorsed.dirs="C:\tomcat\common\endorsed" -classpath "C:\Program Files\Java\jdk1.5.0_01\lib\tools.jar;C:\tomcat\bin\bootstrap.jar" -Dcatalina.base="C:\tomcat" -Dcatalina.home="C:\tomcat" -Djava.io.tmpdir="C:\tomcat\temp" org.apache.catalina.startup.Bootstrap start
The command "start" opens a new command window. The second argument, "Tomcat" is the title for that new command window. The important commands, the ones you want to issue, are the third and following commands.