How to copy windows explorer file selections and past filenames as txt
Posted
by
Ricky Williams
on Super User
See other posts from Super User
or by Ricky Williams
Published on 2012-11-16T16:22:13Z
Indexed on
2012/11/16
17:03 UTC
Read the original article
Hit count: 215
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.
© Super User or respective owner