| 
       | 
    
       | 
    
PAUSE
Pause the execution of a batch file
syntax
      PAUSE
 displays the message "Press any key to continue . . ."
  
  To suppress the message use PAUSE >nul
  
  
  "Advertising may be described as the science of arresting the human 
  intelligence long enough to get money from it." - Stephen 
  Leacock  
 Related commands
  
  TIMEOUT - Delay that allows the user to press a key and continue immediately.
  
  Equivalent Linux BASH commands:
  
   sleep - Delay for a specified time