Search found 12 matches

by Marceepoo
Wed Apr 06, 2022 4:50 am
Forum: Support
Topic: Forgot ETP/FTP Server settings
Replies: 1
Views: 994

Forgot ETP/FTP Server settings

At some point in the past, I had multiple ETP servers running, and I named each of them; but that was long ago and I forgot how I did it. As background info, I run an ETP server on my main desktop PC, and on each of my two laptops. I want to be able to connect from a laptop to the desktop's ETP serv...
by Marceepoo
Tue Apr 05, 2022 8:48 pm
Forum: General
Topic: How to backup options
Replies: 5
Views: 8257

Re: How to backup options

Everything.ini. There are other files you may want. Search & Run History.csv, Filters.csv, maybe any .efu files (perhaps less useful for what you described)... My folder, "C:\Users\[UserName]\AppData\Roaming\Everything" contains 2 files: Everything.ini Run History.csv Does the absence...
by Marceepoo
Wed Aug 04, 2021 1:49 am
Forum: General
Topic: find Windows path that contains several strings
Replies: 3
Views: 7176

Re: find Windows path that contains several strings

Thank you! Your solution helped me make my Anaconda python able to run numpy and pandas. Thank you! Thank you! and ... since no good deed goes unpunished ... I have another question (or two) ... Assume hypothetically, I want to search for a path that includes two strings that are separated by unknow...
by Marceepoo
Tue Aug 03, 2021 3:04 am
Forum: General
Topic: find Windows path that contains several strings
Replies: 3
Views: 7176

find Windows path that contains several strings

I"m running Anaconda python, and the NumPy is not working. According to several solutions I found at StackOverflow (e.g., https://stackoverflow.com/questions/54063285/numpy-is-already-installed-with-anaconda-but-i-get-an-importerror-dll-load-fail/58194133#58194133 ), I need to add the following...
by Marceepoo
Tue Mar 30, 2021 8:32 pm
Forum: General
Topic: Command line search for word or phrase in files
Replies: 7
Views: 18155

Re: Command line search for word or phrase in files

I verified that there is a path: E:\Zmani\Logging I'm not running everything as a service. My bootup batch file contains the following line to start everything: START "Everything" "C:\Program Files\Everything\Everything.exe" I put the following lines of code in a batch file named...
by Marceepoo
Mon Mar 29, 2021 10:42 pm
Forum: General
Topic: Unable to add Google Drive stream to Everything
Replies: 1
Views: 7259

Unable to add Google Drive stream to Everything

I opened Everything, Options, Folders. Then I tried to add my G drive, which is my Google Drive Stream Drive, by browsing for a folder. I scrolled down to my G drive and tried to select it, or alternatively, to select a subdirectory. But when I either left clicked, or right clicked and selected Expa...
by Marceepoo
Mon Mar 29, 2021 10:40 pm
Forum: General
Topic: Command line search for word or phrase in files
Replies: 7
Views: 18155

Re: Command line search for word or phrase in files

Here's the command line I tried: "E:\Apps\Everything\ES-1.1.0.18\es.exe" "E:\K\Rose Rita" ext:txt;asp;htm;html;doc;docx;pdf content:guyante -export-efu "E:\Zmani\Logging\Guyante001.efu" Immediately after I hit the return key, I get a new command prompt, as shown in the ...
by Marceepoo
Fri Mar 19, 2021 9:33 pm
Forum: General
Topic: Command line search for word or phrase in files
Replies: 7
Views: 18155

Re: Command line search for word or phrase in files

Thank you, .... more than a little belatedly. The following search works just fine: "C:\Program Files\Everything\Everything.exe" -path "F:\K\Smith John" -search "ext:txt;asp;htm;html;doc;docx;pdf content:guyante" -newwindow But Everything freezes when I try to run the s...
by Marceepoo
Fri Mar 19, 2021 4:28 pm
Forum: General
Topic: Can't add Google Drive Stream. Error messages Location is not available; is not accessible. Access is denied.
Replies: 1
Views: 5048

Can't add Google Drive Stream. Error messages Location is not available; is not accessible. Access is denied.

I went to the Everything Folders Add window, and tried to add the G drive, which is my Google Drive Stream drive.
Error messages: Location is not available; is not accessible. Access is denied.
Any suggestions would be much appreciated.

Thanks, Marc
by Marceepoo
Fri May 29, 2020 9:29 pm
Forum: Support
Topic: command line to connect to a remote ETP server as a separate instance
Replies: 3
Views: 4421

Re: command line to connect to a remote ETP server as a separate instance

Thank you very much. It worked like a charm! Much appreciated.
Marc
by Marceepoo
Sat May 23, 2020 8:09 pm
Forum: Support
Topic: command line to connect to a remote ETP server as a separate instance
Replies: 3
Views: 4421

command line to connect to a remote ETP server as a separate instance

Using the following command line, I can create a separate instance of Everything: "C:\Program Files\Everything\Everything.exe" -instance "InstanceName" Using the GUI interface, I can connect that instance to an ETP Server in my intranet But I cannot figure out how to code a comma...
by Marceepoo
Fri Feb 21, 2020 9:36 pm
Forum: General
Topic: Command line search for word or phrase in files
Replies: 7
Views: 18155

Command line search for word or phrase in files

Could someone give me an example of a Command line search for a word or phrase in files? The following search produces an Everything window that shows all files containing the string "smith" in the filename: "C:\Program Files\Everything\Everything.exe" -search "smith" -...