Search found 8 matches

by jg00d3
Wed Nov 16, 2016 4:35 pm
Forum: Suggestions
Topic: wildcard exclusions for folders in everything.ini file
Replies: 3
Views: 5773

wildcard exclusions for folders in everything.ini file

I'm using ES.exe in conjunction w/ everything.exe and have scripted out a search that runs on multiple machines in our environment. I'm using the same everything.ini on all machines as I'm looking for the same files on these multiple machines, have wildcards setup for the files to search and also fo...
by jg00d3
Fri Nov 11, 2016 5:53 pm
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 498231

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

Awesome, thanks so much!

Is there a way to get the dm and other settings to export when using -export-txt?

jg00d3
by jg00d3
Fri Nov 11, 2016 1:04 am
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 498231

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

Very cool! thanks! But I'm seeing something strange. I come up with this batch file which splits the files to check into multiple es.exe commands. All should find something because of the last wildcard and export the results to a txt file, but only filename1.txt contains anything. I'm echoing %error...
by jg00d3
Wed Nov 09, 2016 11:43 pm
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 498231

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

i'm having issues w/ running everything.exe -startup and es.exe in a script. I'd really like to not have to run it in a batch file, but launching everything.exe -startup doesn't seem to exit or send so the my scripting environment sits and waits for the everything.exe process to stop before it proce...
by jg00d3
Tue Nov 08, 2016 3:31 am
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 498231

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

I'm trying to use the ES command line app to search through my system for any files that match a list of filenames\wildcard that match files that are dropped by crypto malware. I'm starting everything.exe -startup then I run: es.exe _secret_code.txt^|_ryp^|_Locky_recover_instructions.txt^|_Locky_rec...
by jg00d3
Tue Nov 01, 2016 5:13 pm
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 498231

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

Thanks for the info. I can work w/ this but have one last question and then a possible bug report. what is the maximum number of filename\wildcards that can be searched for at one time. Ex: *.jpg^|*.xls^|*.xlsx (that would be three, is there a limit to how many can be searched for at one time?) I ru...
by jg00d3
Fri Oct 28, 2016 8:07 pm
Forum: General
Topic: ES 1.1 Command Line Tool for Everything 1.4.1
Replies: 99
Views: 498231

Re: ES 1.1.0.1 Alpha Command Line Tool for Everything 1.4.1

If everything.exe is running as service, can the es.exe -instance parameter be used to specificy the everything.exe service to run or do I have to launch everything.exe UI? I'm trying to run this as a schedule task that is not visible to the user. If I run everything.exe using the -minimized option,...
by jg00d3
Mon Oct 17, 2016 7:45 pm
Forum: Suggestions
Topic: command line version of "file > export" to .efu
Replies: 4
Views: 6095

Re: command line version of "file > export" to .efu

+1 for this feature. This application is super awesome, I've been looking quite some time now for a tool like this. What I am trying to do currently is use everything to create the filelist, then run findstr dos command to search the contents for specific filename wildcards. The searches I perform a...