Question:

Is there any batch file command to add a timed delay?

by  |  earlier

0 LIKES UnLike

Hey guys!

I've been using the [dir c:\ /s > nul] command to slow down my batch files, but it isn't a very reliable way of adding a delay. Are there any alternatives that give me the ability to slow down my batch file? For example: in order to wait five seconds before executing the next command.

Thanks!

 Tags:

   Report

1 ANSWERS


  1. TIMEOUT

    The only parameter is the number of seconds you need to wait (example: 'TIMEOUT 5' will wait for five seconds).

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.