Never knew that this was possible..
Read it on Spiceworks today.
Say you're in command prompt, you probably already know that you can send output into a file..
IE..
dir /b >files.txt
You can also send the output to clipboard, using this command..
dir /b | clip
That's the pipe command, ie, the key next to Z on the keyboard.
Then you can past into notepad etc, much quicker!
Read it on Spiceworks today.
Say you're in command prompt, you probably already know that you can send output into a file..
IE..
dir /b >files.txt
You can also send the output to clipboard, using this command..
dir /b | clip
That's the pipe command, ie, the key next to Z on the keyboard.
Then you can past into notepad etc, much quicker!