I'm looking for a mechanism for suppressing the "Terminate batch job? (Y/N)" invitation that I get whenever I press CTRL-C in a program started from a batch file:
batch file: jsshell.bat:
@echo off
java -jar build-scripts\contrib\rhino1.7R1.jar
and then starting it on cmd shell by:
> jsshell.bat
which gives me a shell that can be exited by CTRL-C which after exiting gives me the nasty message