Search found 1 match

by MrJeeves
18 Dec 2015 12:36
Forum: DOS Batch Forum
Topic: Best trick 2 avoid control-break(Terminate batch job) prompt
Replies: 19
Views: 30781

Re: Best trick 2 avoid control-break(Terminate batch job) prompt

The following code suppresses the text and the ^C:

Code: Select all

start "" /wait "program.bat">nul | echo n>nul