Input multiple file names in windows open file dialog box

Posted by goodiet on Stack Overflow See other posts from Stack Overflow or by goodiet
Published on 2012-06-24T03:01:13Z Indexed on 2012/06/24 3:16 UTC
Read the original article Hit count: 181

Filed under:

Windows 7 allows you to select multiple files to open at once by using ctrl or shift key. The "File Name" input field at the bottom of the dialog box would auto populate with the following sample:

"aaa.txt" "bbb.txt" "ccc.txt" "ddd.txt"

I have 14,000 files in a folder and I only need a range of files (approx 500). When I use the shift key to select a range of files, the "File Name" field auto populates all 500 file names. Windows would cut me off at the 260th character when I try to paste in a pre-generated string into the "File Name" field.

Is there a way to bypass the 260 character limit so it would accept my entire string with 500 file names?

© Stack Overflow or respective owner

Input multiple file names in windows open file dialog box

Posted by goodiet on Super User See other posts from Super User or by goodiet
Published on 2012-06-24T05:13:51Z Indexed on 2012/06/24 9:18 UTC
Read the original article Hit count: 181

Filed under:

Windows 7 allows you to select multiple files to open at once by using ctrl or shift key. The "File Name" input field at the bottom of the dialog box would auto populate with the following sample:

"aaa.txt" "bbb.txt" "ccc.txt" "ddd.txt"

I have 14,000 files in a folder and I only need a range of files (approx 500). When I use the shift key to select a range of files, the "File Name" field auto populates all 500 file names. Windows would cut me off at the 260th character when I try to paste in a pre-generated string into the "File Name" field.

Is there a way to bypass the 260 character limit so it would accept my entire string with 500 file names?

© Super User or respective owner

Related posts about Windows