Shell Programming: Text scraps on desktop

MacIntosh has a feature so that you can drag some text onto the desktop, and it will be put into an auto-created file, which I think they call a "scrap". I was thinking about trying to write something like that myself for Windows, but thought I'd check if anyone else had already done it, or thought about it. Thanks.
[324 byte] By [jeffbarth] at [2007-11-17 14:26:12]
# 1 Re: Shell Programming: Text scraps on desktop
Windows NT at least does exactly the same thing - try dragging a section of a word document, for example.
Clearcode at 2007-11-10 3:39:02 >
# 2 Re: Shell Programming: Text scraps on desktop
Thanks for that tip.

Office Docs can do this, and maybe that means that WinNT provides something to enable the 'scrap'. But I haven't found any other apps that can do this. I tried dragging text from email in Outlook, text from notepad, text from a webpage in IE. None of those worked. So... maybe it requires software in both the shell/desktop and in the app...
jeffbarth at 2007-11-10 3:40:02 >
# 3 Re: Shell Programming: Text scraps on desktop
See http://msdn.microsoft.com/library/psdk/shellcc/shell/Shell_basics/DataScenarios.htm#scrap
Alex Fedotov at 2007-11-10 3:41:00 >