Quantcast
Viewing latest article 3
Browse Latest Browse All 30

Pipe cmd prompt commands into the clipboard

This is a very all but very useful command if you work with the Windows Command Prompt. This allows you to output text from commands into the Windows clipboard.

dir | clip

Scott Hanselman from Microsoft just reminded the community about this feature, which is available in Windows since Windows Vista.

PowerShell v5 got some similar command using Set-Clipboard and Get-Clipboard.

Set-Clipboard

Get-Clipboard

Viewing latest article 3
Browse Latest Browse All 30

Trending Articles