ur Posted August 16, 2017 Posted August 16, 2017 I am running the tomcat batch file through autoit and need to wait until the below line I get in console output. But when I am trying to read the console output using the ProcessEx UDF, I am getting only the partial output. So, can you please suggest how to handle this.
robcull Posted August 16, 2017 Posted August 16, 2017 Can you post a screenshot of the whole console you're reading and give the partial output you're getting, so we can see exactly what's happening? also some of your code would be nice
ur Posted August 16, 2017 Author Posted August 16, 2017 It seems it is running another batch file internally.. I will share you the batch file main file: startup.bat.txt nested fle: catalina.bat.txt The partial output: Using CATALINA_BASE: "C:\Program Files\erwin\Mart Server r9\Tomcat64" Using CATALINA_HOME: "C:\Program Files\erwin\Mart Server r9\Tomcat64" Using CATALINA_TMPDIR: "C:\Program Files\erwin\Mart Server r9\Tomcat64\temp" Using JRE_HOME: "C:\Program Files\erwin\Mart Server r9\Jre64" Using CLASSPATH: "C:\Program Files\erwin\Mart Server r9\Tomcat64\bin\bootstrap.jar;C:\Program Files\erwin\Mart Server r9\Tomcat64\bin\tomcat-juli.jar"
ur Posted August 17, 2017 Author Posted August 17, 2017 It seems it is running another batch file internally.. I will share you the batch file main file: startup.bat.txt nested fle: catalina.bat.txt The partial output: Using CATALINA_BASE: "C:\Program Files\erwin\Mart Server r9\Tomcat64" Using CATALINA_HOME: "C:\Program Files\erwin\Mart Server r9\Tomcat64" Using CATALINA_TMPDIR: "C:\Program Files\erwin\Mart Server r9\Tomcat64\temp" Using JRE_HOME: "C:\Program Files\erwin\Mart Server r9\Jre64" Using CLASSPATH: "C:\Program Files\erwin\Mart Server r9\Tomcat64\bin\bootstrap.jar;C:\Program Files\erwin\Mart Server r9\Tomcat64\bin\tomcat-juli.jar"
ur Posted August 17, 2017 Author Posted August 17, 2017 Is there anyway to get the text of console window like a normal GUI window. The windowinfo tool is not giving any visible/hidden text.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now