How could one show respectively copy the file names (with extensisons) of a special folders?
How could one show respectively copy the file names (with extensisons) of a special folders?
How could one show respectively copy (to the clip board / a txt file) the file names (with extensisons) of a special folders?
E.g. copy all file names in folder "xyz".
E.g. copy all file names in folder "xyz".
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
Depends on how you define filenames in this case.
c:\xyz.file.txt?
file.txt?
Should it include folders too?
Should it also report files in subdirectories?
c:\xyz.file.txt?
file.txt?
Should it include folders too?
Should it also report files in subdirectories?
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
Oops, didn't know there are more than one definitions.Depends on how you define filenames in this case.
Yes, like this, without path, drive letter, etc.file.txt?
No, no, just the file names.Should it include folders too?
No, no, just the files in that folder (but it would not matter as there are nor sub folders in).Should it also report files in subdirectories?
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
Then this should do it (I think):
Alternative:
- Go to Menu:Tools > Options > Context Menu
- Select Copy Name to Clipboard
- Select the Show this item radiobutton
- Click OK button
- In the Everything search bar, search for
file: parent:"c:\path to xyz"
- Select all files in the resultlist ( CTRL+A )
- Menu:File > Copy Name to Clipboard
Alternative:
- Select the Show this item when the Shift key is down radiobutton
- Click on the File menu item while holding down the SHIFT key
- Choose Copy Name to Clipboard
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
Many thanks!
I had to shut down it with the Task Manger. I guess, I have to select half the files or so (that does not work either, no response again). Or could I use the file list editor?
I tried to make a filter (to search for files in a special folder, so I would use that filer and just add the path in the search field) but this does not work:
How could I make it work?
Great, that works. After marking ( CTRL+A ) about 100.000 files in the result list Everything shows no response:Then this should do it (I think):
Go to Menu:Tools > Options > Context Menu
Select Copy Name to Clipboard
Select the Show this item radiobutton
Click OK button
In the Everything search bar, search for
file: parent:"c:\path to xyz"
Select all files in the resultlist ( CTRL+A )
Menu:File > Copy Name to Clipboard
Now all selected filenames (without path) are on the clipboard.
I had to shut down it with the Task Manger. I guess, I have to select half the files or so (that does not work either, no response again). Or could I use the file list editor?
I tried to make a filter (to search for files in a special folder, so I would use that filer and just add the path in the search field) but this does not work:
How could I make it work?
So the only difference is that the "Copy name to clipboard" item is shown in the context menu when SHIFT is pressed.Alternative:
Select the Show this item when the Shift key is down radiobutton
Click on the File menu item while holding down the SHIFT key
Choose Copy Name to Clipboard
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
- Did you try to open teh context menu instead of Menu:File > Copy Name to Clipboard ?
That makes a HUGE difference as opening the context menu does a lot more (CPU and disk intensive tasks). - As a test, I selected all files in C:\Windows (+subdirs). 200.000+ files were marked within a second (prbably within 0,1 second)
- 100.000 files in 1 folder? Explorer has performance issues with that many files. IIRC, the turning point is at (about) 50.000 files. Too lazy to look it up
Correct!
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
Another alternative:
- In File Explorer, browse to your xyz folder
- Type CMD in the address bar and press ENTER
- Enter this command in the CMD window and press ENTER:
Code: Select all
dir /a:-d /b | clip
- Close the CMD window
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
Ah sorry, I disregarded that (not intendently). I thought, since I should create the Copy Name to Clipboard entry in the context menu I should / could use it. Yes, very big differnece, hadn't have any idea, very estonishing, works great now, thank you. And thank you for testing.Did you try to open teh context menu instead of Menu:File > Copy Name to Clipboard ?
Yes, not only Explorer has. But Q-Dir does not.100.000 files in 1 folder? Explorer has performance issues with that many files.
The point beyond something like no response will occur?the turning point is at (about) 50.000 files. Too lazy to look it up
Thank you very much!
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
There are no notifications for editions of a post on this forum, I guess.
So the Win Explorer.In File Explorer, browse to your xyz folder
Yes, so easy, unbelievable. Will note down that command / way.All filenames in the xyz folder are now on the clipboard.
OK. But why at a special amount of file at all?Below 50k: performance OK; above 50k: performance bad. (If it is indeed 50k ..)
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
I don't know. I didn't write Windows
Maybe because they (Microsoft) reserved some predefined amount of space (memory, array, ..) and above a certain limit that space is " full", so they have to switch to (the slower) "Plan B" . Much like when your RAM is full, it will go to Plan B: the swap file.
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
Yes, yes, but...I don't know. I didn't write Windows
Alright, yes, I see.Maybe because they (Microsoft) reserved some predefined amount of space (memory, array, ..) and above a certain limit that space is " full", so they have to switch to (the slower) "Plan B" . Much like when your RAM is full, it will go to Plan B: the swap file.
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
BTW:
You can also send the list of filenames directly to a file, instead of to the clipboard, lik this:
(But I don't know what your further plans with this are, so maybe the clipboard option suits you better)
You can also send the list of filenames directly to a file, instead of to the clipboard, lik this:
Code: Select all
dir /a:-d /b > "C:\some folder\output.txt"
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
Both ones are very good to use for me. So thank you very much!(But I don't know what your further plans with this are, so maybe the clipboard option suits you better)
How could I make a filter of this: file: parent:"c:\path to xyz"
So I would not have to enter / remember that code each time again (besides of the path).
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
With the File List Editor one cannot make such file lists (with name and extensions)?
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
The File List Editor creates EFU Files that have a structure like this:
So, to answer your question: No.
You coùld get the same results with the ES.EXE command-line tool, but that would make things more complicated than necessary.
Code: Select all
Filename,Size,Date Modified,Date Created,Attributes
"T:\hwi_622",9318489,132250425485304446,,16
"T:\hwi_622\HWiNFO32.exe",4582128,132247612908230748,,8224
You coùld get the same results with the ES.EXE command-line tool, but that would make things more complicated than necessary.
Re: How could one show respectively copy the file names (with extensisons) of a special folders?
OK, thank you, thought there might be some option I could not find.So, to answer your question: No.
Sounds interesting...but, yes, you know, complication is not good for my brain, I guess.You coùld get the same results with the ES.EXE command-line tool, but that would make things more complicated than necessary.