Within MS-DOS as well as Windows and Linux laptop or computer setting there are many important files which are referred to as a batch files. Generally these will have the .bat, .cmd, .btm extension. A batch file is run in MS-DOS, SHELL and will allow you to run a certain string of commands without the need to run each individually. A good example of one would be one which will run your personal machine and is generally a hidden file called 'autoexec.bat'.
You'll find so many commands for the batch file, such as command, echo, go to, if, rem, set, pause along with batch wait and more. Each command will certainly function in its own way. Some versions of Windows or Unix may not use all commands; or they may be called differently.
Sometimes, depending on what your job will be, you might wish to delay the beginning of a certain command or function. To achieve this within the batch file you will have to add within the file the 'wait' batch file command. What this command in fact does is delay the series of commands for a set time-frame. One reason why you may decide to implement batch wait is if you're want to run certain ping instances.
You should view this example where this can be a MS-DOS bat file taking a PAUSE which is the batch wait setting.
# @ECHO off
# ECHO Hello World!
# PAUSE
# ECHO on
For a Windows illustration find below (this is not a genuine path location, just randomized items for illustration purposes solely.)
# Start /wait c:P7PiLsI0f.0sp1-KB842989-x86-ENU.exe /q:a /r:n
# Start /wait c:P7PiLsOH0tfiTx.exe
# Exit
Many everyday computer users won't have a reason to generate these batch wait files, however, in case you are scanning through your pc and you discover something with the ending of .bat, . rem, .cmd, .btm, etc, you shouldn't delete it until you first get the exact filename and look it up online. Deleting this may result in a computer crash as it might have been a file used to start up a program; it might also on the