Posts Tagged ‘Redirecting Command Line Output to the Clipboard’
2003 server - Sunday, March 2, 2008 1:57 - 0 Comments
Redirecting Command Line Output to the Clipboard
Windows Server 2003 has a great feature which allows you to pipe output from the command line to the clipboard. Here is how to use it.
Windows Server 2003 has a great feature which allows you to pipe output from the command line (cmd.exe) to the system clipboard very easily. By appending “| clip” to the end of your command the output will be copied to your clipboard. You can then paste it into notepad or any other text editor just like anything else on the clipboard.
This functionality is not available by default in Windows XP; however you can make it available by copying the clip.exe file from the system32 folder in your system directory on Windows Server 2003 and pasting it on top of the existing clip.exe file on your Windows XP installation.
Article written by MyComputerAid.com