> From: lightbulb432 [mailto:[EMAIL PROTECTED]
> Subject: RE: See command-line output with startup errors in Windows
>
> However, if I comment out "@echo off" as you
> suggested, I get output where every line in
> the batch file seems to be executing on its own
&g
supposed to construct the 'start' option for catalina.bat so you should see
something like..
catalina.bat start
M--
- Original Message -
From: "lightbulb432" <[EMAIL PROTECTED]>
To:
Sent: Monday, December 10, 2007 1:11 PM
Subject: RE: See command-line out
I'm getting the output I expect if I don't comment out the first line in
catalina.bat. However, if I comment out "@echo off" as you suggested, I get
output where every line in the batch file seems to be executing on its own
line, executing as a command - why might this be happening?
e.g. commandl
> From: lightbulb432 [mailto:[EMAIL PROTECTED]
> Subject: See command-line output with startup errors in Windows
>
> How can I view the output in the second command-line window
Simply use "catalina.bat run" instead of startup.bat, and comment out
the "@echo off" in the top line.
- Chuck
TH