CLIP.EXE is Windows Vista is a command line tool. The following text is
a snapshot of the output from a Vista Command Line window, where the
comand "CLIP /?" has been executed:
Code:
--------------------
C:\Users\Peter Dzomlija>clip /?
CLIP
Description:
Redirects output of command line tools to the Windows clipboard.
This text output can then be pasted into other programs.
Parameter List:
/? Displays this help message.
Examples:
DIR | CLIP Places a copy of the current directory
listing into the Windows clipboard.
CLIP < README.TXT Places a copy of the text from readme.txt
on to the Windows clipboard.
C:\Users\Peter Dzomlija>
--------------------
The following is a snapshot of a command-line window in Windows XP,
showing the search for all files named CLIP*.*:
Code:
--------------------
C:\>dir clip*.* /s /a
Volume in drive C has no label.
Volume Serial Number is 6C40-B88A
Directory of C:\lotus\wordpro\graphics
1996/08/28 03:23 AM 2,520 clipbord.sdw
1 File(s) 2,520 bytes
Directory of C:\WINDOWS\Help
2001/08/23 02:00 PM 25,129 clipbrd.chm
2001/08/23 02:00 PM 45,445 clipbrd.hlp
2 File(s) 70,574 bytes
Directory of C:\WINDOWS\Prefetch
2008/02/17 11:25 AM 26,430 CLIPBRD.EXE-1B911FB5.pf
1 File(s) 26,430 bytes
Directory of C:\WINDOWS\system32
2004/08/04 12:56 AM 102,912 clipbrd.exe
2004/08/04 12:56 AM 33,280 clipsrv.exe
2 File(s) 136,192 bytes
Directory of C:\WINDOWS\system32\dllcache
2004/08/04 12:56 AM 102,912 clipbrd.exe
2004/08/04 12:56 AM 33,280 clipsrv.exe
2 File(s) 136,192 bytes
Total Files Listed:
8 File(s) 371,908 bytes
0 Dir(s) 64,900,153,344 bytes free
C:\>
--------------------
The conclusion? CLIP.EXE is not a standard part of Windows XP, as you
claim. The reference you make is to a third-party utility, which is
clearly different to the functions of CLIP.EXE as provided for in
Windows Vista.