Search notes:

timeout.exe

timeout.exe can be used in a cmd.exe batch file or a PowerShell script to pause execution («sleep») for a specified amount of seconds.

cmd.exe

timeout /t 5 > nul

Powershell

timeout /t 5 | out-null

/nobreak

By default, timeout.exe stops waiting when a key is pressed. Using /nobreak causes timeout.exe to disregard key strokes.
ctrl-c however always cancels the waiting immediately.

See also

waitfor.exe
The /t option is also used in choice.exe for time out.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1759612595, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/dirs/Windows/System32/timeout_exe(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78