Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch File - Ctrl+Break/Ctrl+C  (Read 9313 times)

0 Members and 1 Guest are viewing this topic.

Jhuniebee

  • Guest
Batch File - Ctrl+Break/Ctrl+C
« on: July 25, 2004, 06:49:36 PM »
I would like to ask, if there's a way to disable Ctrl+Break or Ctrl+C while running autoexec.bat?
Thanks for your help.  

PCgeek8080

  • Guest
Re: Batch File - Ctrl+Break/Ctrl+C
« Reply #1 on: July 26, 2004, 12:35:13 PM »
what does that do?

MalikTous

  • Guest
Re: Batch File - Ctrl+Break/Ctrl+C
« Reply #2 on: July 26, 2004, 08:36:33 PM »
Break scanning allows interrupting a batch file with hex 03 (Ctrl C or Ctrl Pause).

break=off in the batch file is supposed to disable the scanning for hex 03. break=on reactivates it.