CMD to create a files list excluding subfolders
-
vsub
- Posts: 501
- Joined: Sat Nov 12, 2011 11:51 am
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
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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.
-
vsub
- Posts: 501
- Joined: Sat Nov 12, 2011 11:51 am
Re: CMD to create a files list excluding subfolders
Great,thanks
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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
-
vsub
- Posts: 501
- Joined: Sat Nov 12, 2011 11:51 am
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