I am an infrequent user of Everything but I had it set up (with help from everything people) to perform one function:
From the cmd prompt
es.exe -name -full-path-and-name -instance everything -export-csv c:\users\xxxx\desktop\out.csv
This would return all the folders and files in a specific folder ie: C:\users\xxxx\documents\Indians
Unfortunately I recently downloaded the latest version of Everything and it no longer works. All I get is the full list of everything on C: drive. What do I do so I only get files and folders from the Indians folder.
thanks
I am lost
Re: I am lost
Well, you didn't give it path to search, so it searches "everywhere".
Your -instance, that would be specific to you (& assumes that you do in fact have an -instance named Everything, running).
Likewise, your -export, if you want that.
Code: Select all
es.exe -name -full-path-and-name C:\users\xxxx\documents\Indians
Likewise, your -export, if you want that.
Re: I am lost
That command you posted will report all files and folders that this Everything instance has in it's database.
If you used that command before and got only the files and folder in "C:\users\xxxx\documents\Indians", that means that you configured that Everything instance to only scan that folder.
That can be accomplished again in the following way:
If there are other disks in your system, Everything might have incuded those too.
If that is the case, let us know.
If you used that command before and got only the files and folder in "C:\users\xxxx\documents\Indians", that means that you configured that Everything instance to only scan that folder.
That can be accomplished again in the following way:
- Start
everything.exe -instance everything
- Go to Menu:Tools > Options > Indexes > NTFS
- In the Local NTFS volumes: box, click on your C: drive
- In the Include only: box, enter:
(replace xxxx with your actual account name)
Code: Select all
C:\users\xxxx\documents\Indians
- Click the OK button
If there are other disks in your system, Everything might have incuded those too.
If that is the case, let us know.