Last Update: Sep 24, 2024 | Published: Jan 07, 2009
How can I quickly copy error messages and other type of messages in Windows 2000/XP/2003?
Did you ever find yourself staring into your computer screen and see that long, hard to understand error message? Did you ever need to copy that loooong error or information text found in one of Windows’ error/warning/information windows? Did you ever want to copy a command’s output directly into your clipboard, and later to paste it into a different program or search engine (such as Google, TechNet etc.)?
If you’ve answered yes to any of these questions (and we all do) then you’ll love the following tips:
Try this nifty trick:
🙂
We all know that you can easily direct a command’s output to a text file by using the “>” character:
ipconfig /all > c:ipsetting.txt
However, although this can be very useful when searching for a string or when documenting a setting, if you only need to copy the output into a different program, you can try this trick:
On Windows Server 2003:
ipconfig /all
ipconfig /all | clip
Lamer note: This is not the “i” letter, nor the capital “I” letter, is it not the “l” (non-capital L) letter, nor is it the number “1”. The “|” is obtained by pressing SHIFT and the “” button on your keyboard.
🙂
On Windows XP/2000:
The same tip applies here, but first you must copy the CLIP.EXE file from a Windows Server 2003 into your system’s path (best if placed in %systemroot%system32 folder).
You can also get the file from [this_link_has_been_removed] (14kb)
You might also want to read the following related articles: