CMD to create a files list excluding subfolders

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

CMD to create a files list excluding subfolders

Post by vsub »

Can I run some command line that will create a filelist that contains only the files in the location excluding folders and files inside those folders
void
Developer
Posts: 16683
Joined: Fri Oct 16, 2009 11:31 pm

Re: CMD to create a files list excluding subfolders

Post by void »

Currently, no.

The next alpha update will have more options for filtering files and folders and a simple option to not scan subfolders.

Thanks for the suggestion.



I'll make another post here once this is ready for testing.
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: CMD to create a files list excluding subfolders

Post by vsub »

Great,thanks
void
Developer
Posts: 16683
Joined: Fri Oct 16, 2009 11:31 pm

Re: CMD to create a files list excluding subfolders

Post by void »

Everything 1.5.0.1330a adds the following command line options:

Usage example:
Everything.exe -create-filelist "c:\my-file-list.efu" "C:\folder-to-index" -create-filelist-no-subfolders
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: CMD to create a files list excluding subfolders

Post by vsub »

Thanks works fine
I didn't knew that I have to put a command line after the path
Post Reply