Terminate batch job (Y/N)?

R

R.Wieser

Hello all,

Sometimes when I terminate a console program (which is user interaction
based, and can therefor run for quite a while) I get a "Terminate batch job
(Y/N)?" message.

Is there a way/setting to suppress it ?

Regards,
Rudy Wieser
 
B

BillW50

In R.Wieser typed:
Hello all,

Sometimes when I terminate a console program (which is user
interaction based, and can therefor run for quite a while) I get a
"Terminate batch job (Y/N)?" message.

Is there a way/setting to suppress it ?

Regards,
Rudy Wieser

script.cmd < Nul
 
R

R.Wieser

Hello BillW50,
script.cmd < Nul

Although that is a possibility it needs me to enter that "< Nul" part on the
commandline every time. It also most likely would interfere with other
input-needing programs and/or commands in the batchfile.

I was hoping for either a command in the batchfile itself that could
temporary disable the timeout (only when running the before-mentioned
user-interaction program), or maybe a registry setting.

Regards,
Rudy Wieser


-- Origional message:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top