How to copy windows explorer file selections and past filenames as txt
- by Ricky Williams
Win7
How can I select multiple files in 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 Dir that contains 100 jpegs and i select 01.jpg, 05.jpg, 10.jpg in windows explore 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 " with out dragging the selected files to another window?
I've tried copy and pasting into Note Pad and Word Pad and it either past the picts into the the application or a empty clipboard.