A collection of Windows Command Line Tips and Tricks
Displays the location of the files that match the search pattern
e.g: where explorer.exe
TIMEOUT [/T] timeout [/NOBREAK]
Description: This utility accepts a timeout parameter to wait for the specified time period (in seconds) or until any key is pressed. It also accepts a parameter to ignore the key press.
Redirects output to clipboard
e.g: dir > clip