Page 1 of 1

How to keep a user from using ctrl-c tobreaking a batch run?

Posted: 18 Jan 2012 14:02
by Pikake
I'm having to use a DOS batch program to perform my will on a scanner (or a mobile device) here at work.

It's been a long time since I've done any batch programming (and wow it was fun relearning this again), I remember there was a way to prevent a user from pressing ctrl-c or ctrl-break to end the execution of hte batch run prematurely. How do you go about doing that? I've googled for this answer and I cannot seem to find the answer.

Any help is appreciated.

Re: How to keep a user from using ctrl-c tobreaking a batch

Posted: 18 Jan 2012 14:25
by aGerman
No way (thank goodness).

Regards
aGerman