Possible Duplicate:
Copy filename to clipboard
Windows 7:
How can I select multiple files in Windows Explorer and get a string of text, listing the file names like I would get if I selected the files from within "open file" window of an application?
For example, if I have a directory that contains 100 JPEG files, and I select 01.jpg, 05.jpg, 10.jpg in Windows Explorer via Ctrl + clicks or Shift + click, how can I get a text string that reads " "01.jpg" "05.jpg" "10.jpg" with or without the selected files full path " without dragging the selected files to another window?
I've tried copy and pasting into Notepad and WordPad and it either pastes the pictures into the application or an empty clipboard.