CMD to create a files list excluding subfolders
CMD to create a files list excluding subfolders
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
Re: CMD to create a files list excluding subfolders
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.
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.
Re: CMD to create a files list excluding subfolders
Great,thanks
Re: CMD to create a files list excluding subfolders
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
Usage example:
Everything.exe -create-filelist "c:\my-file-list.efu" "C:\folder-to-index" -create-filelist-no-subfolders
Re: CMD to create a files list excluding subfolders
Thanks works fine
I didn't knew that I have to put a command line after the path
I didn't knew that I have to put a command line after the path