this produces a list which contains not only PDF files but also ALL FOLDERS and SUBFOLDERS in "D:\Downloads\", even when they have not "PDF" in their pathname. But I need only PDF FILES.
However, the list contains only the PDF files from the ROOT DIRECTORY of "D:\Downloads\". But I need all PDF files from all sub-directories of "D:\Downloads".
1. How can I instead get a simple text file (not CSV) which contains only a file-path per line (no Size,Date Modified,Date Created,Attributes CSV fields). Does ES.exe have command-line parameters for this?
2. Which are the EXACT steps to make ES.exe work on a computer where no Everything is installed?
> (no Size,Date Modified,Date Created,Attributes CSV fields)
Had you mentioned that before, I would have mentioned ES the other day.
2. ES piggy-backs on a running Everything, so Everything (the Everything Service at least) needs to be running (not necessarily the GUI). (Or if you're not using the Service, Everything would have to be open, running.)
therube wrote:2. ES piggy-backs on a running Everything, so Everything (the Everything Service at least) needs to be running (not necessarily the GUI). (Or if you're not using the Service, Everything would have to be open, running.)
How can I:
1. Detect whether the Everything Service is installed
1a. Detect whether the Everything Service is running
1b. Start the Everything Service if it is not running
2. Install the Everything Service (not the Everything UI) unattended (silent) and make sure the Everything Service Startup Type is Auto.
I think you are asking the wrong questions, but to give some directions:
SC.exe /? (on the CMD prompt) gives you options to query and configure services.
Everything.exe /? gives you (amongst other things) installation options, one of those for installing the Everything service.