On 03/12/2010 04:14 PM, sebb wrote:
In 12/03/2010, mt...@apache.org<mt...@apache.org>  wrote:
Author: mturk
  Date: Fri Mar 12 11:38:43 2010
  New Revision: 922223

  URL: http://svn.apache.org/viewvc?rev=922223&view=rev
  Log:
  Suppress anoying Terminate batch job prompt when hitting CTRL+C. Note however 
that it leaves the file named yes in the bin directory

The process running Tomcat may not have write access to the bin dir.


Anyone secures the file access in Windows ;)

So either create a permanent file in the bin directory, or use a pipe:

echo Y | call  "%~f0" %*


That doesn't work cause it creates a separate process.
I'll make the change to crate the auto response file in the %TEMP% directory

Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to