Atvik
Apr 29, 2 PM - Apr 30, 7 PM
Taktu þátt í fullkomnum sýndarviðburði Windows Server 29.-30. apríl fyrir djúpa tæknifundi og spurningar og svör í beinni með verkfræðingum Microsoft.
Skráðu þig núnaÞessi vafri er ekki lengur studdur.
Uppfærðu í Microsoft Edge til að nýta þér nýjustu eiginleika, öryggisuppfærslur og tæknilega aðstoð.
Pauses the command processor for the specified number of seconds. This command is typically used in batch files.
timeout /t <timeoutinseconds> [/nobreak]
Parameter | Description |
---|---|
/t <timeoutinseconds> |
Specifies the decimal number of seconds (between -1 and 99999) to wait before the command processor continues processing. The value -1 causes the computer to wait indefinitely for a keystroke. |
/nobreak | Specifies to ignore user key strokes. |
/? | Displays help at the command prompt. |
A user keystroke resumes the command processor execution immediately, even if the timeout period has not expired.
When used in conjunction with the resource kit's Sleep tool, timeout is similar to the pause command.
To pause the command processor for ten seconds, type:
timeout /t 10
To pause the command processor for 100 seconds and ignore any keystroke, type:
timeout /t 100 /nobreak
To pause the command processor indefinitely until a key is pressed, type:
timeout /t -1
Atvik
Apr 29, 2 PM - Apr 30, 7 PM
Taktu þátt í fullkomnum sýndarviðburði Windows Server 29.-30. apríl fyrir djúpa tæknifundi og spurningar og svör í beinni með verkfræðingum Microsoft.
Skráðu þig núna