Hi All,
While running a batch file. If ever any program crashes. A windows error message prompts and stops the process until the OK button is not clicked.:( Is there any way where I can capture the crashes without stopping the running process or I can put in some more commands in the batch file which will do the job for me.:cool:

Recommended Answers

All 5 Replies

Batch script has an ON ERROR function to redirect batch execution to a section designed to handle errors.

If an error occurs, the program with the error can not keep running.

:)Hey can u give me some more details. CLEARCUT IDEA with all the commands.Or u give me the link from where i can read it out.
Thanks in advance.

:)And I am talking abt BATCH FILES USING DOS COMMANDS running on WINDOWS 2000 machine.

Somehow I have let all of my my MS-DOS books get away from me. I can't find any of them.

How can i suppress a user prompt while running a batch file in windows 2000 machine?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.