Search found 35 matches

by aussieboykie
Wed Feb 06, 2019 10:41 pm
Forum: Support
Topic: ES -export-txt with non-ASCII
Replies: 5
Views: 7349

Re: ES -export-txt with non-ASCII

void wrote: Wed Feb 06, 2019 7:12 am es exports text as UTF-8.
Thanks for clarifying. There is no BOM on the exported text file so by default (for my use case) it is not recognised as such. However, I can force the import to assume UTF-8 and that works. Would you consider adding a BOM, or an option to do so?
by aussieboykie
Wed Feb 06, 2019 4:50 am
Forum: Support
Topic: ES -export-txt with non-ASCII
Replies: 5
Views: 7349

ES -export-txt with non-ASCII

This is probably best explained with output from a command window. The first 3 lines show what happens when ES is executed normally and this is exactly what I expect to see. However, note what happens to "prüfung" (with diacritics) when output is written to a text file. c:\test>es.exe prüf...
by aussieboykie
Thu Jan 10, 2019 3:53 am
Forum: Support
Topic: Search for month in ANY year
Replies: 2
Views: 4199

Re: Search for month in ANY year

Thanks for considering. For now I can use <dm:last10jan|dm:jan> to cover the last 10 years.
by aussieboykie
Thu Jan 10, 2019 3:01 am
Forum: Support
Topic: Search for month in ANY year
Replies: 2
Views: 4199

Search for month in ANY year

C:\SomeFolder dm:jan will find all January items from the current year and C:\SomeFolder dm:last10jan will find all January items from the last 10 years excluding the current year It would be useful to have a way of finding all January items regardless of year, past or current, e.g. C:\SomeFolder d...
by aussieboykie
Thu Nov 01, 2018 6:13 am
Forum: Bug report
Topic: Everything not finding firefox.exe
Replies: 15
Views: 37421

Re: Everything not finding firefox.exe

Another Firefox update came through today. This time I was paying attention and managed to capture a debug log. I followed your instructions and hopefully you will be able to find something useful. The log was sent to support@voidtools.com a few minutes ago.
by aussieboykie
Thu Oct 25, 2018 11:04 pm
Forum: Support
Topic: Searching by type
Replies: 15
Views: 19644

Re: Searching by type

The Help entry for Type simply specifies the correct format: type:<type> Search for files and folders with the specified type. What's missing is an explanation of what constitutes a valid <type>. Evidently video is not a valid type, nor is image . The only valid types appear to be file and folder wh...
by aussieboykie
Tue Oct 23, 2018 7:49 pm
Forum: Bug report
Topic: Everything not finding firefox.exe
Replies: 15
Views: 37421

Re: Everything not finding firefox.exe

NotNull wrote:@aussieboykie: What version of Everything are you running?
1.4.1.895 (x64)
by aussieboykie
Mon Oct 22, 2018 8:39 pm
Forum: Bug report
Topic: Everything not finding firefox.exe
Replies: 15
Views: 37421

Re: Everything not finding firefox.exe

Thanks for looking at this. Firefox is up to date so I can't currently upgrade it. I have set the option to alert me when an update is available and will debug when that happens. Would an alternative be to uninstall and reinstall? The executable is in Program Files and there is no Mozilla Firefox fo...
by aussieboykie
Sun Oct 21, 2018 11:08 pm
Forum: Bug report
Topic: Everything not finding firefox.exe
Replies: 15
Views: 37421

Re: Everything not finding firefox.exe

An update to this old post of mine. The same thing has just happened again. In case it's relevant, firefox.exe (version 62.0.3.6848) was not found but firefox.exe.sig with the same timestamp as firefox.exe was. Both are located in C:\Program Files\Mozilla Firefox. Forcing an index rebuild fixed the ...
by aussieboykie
Wed Jan 31, 2018 1:02 am
Forum: Support
Topic: Call Everything with search pattern as parameter?
Replies: 4
Views: 6521

Re: Call Everything with search pattern as parameter?

Oops. Already answered here.
by aussieboykie
Wed Jan 31, 2018 12:58 am
Forum: Support
Topic: Call Everything with search pattern as parameter?
Replies: 4
Views: 6521

Re: Call Everything with search pattern as parameter?

How do I pass a quoted search string to Everything? As expected, everything -s "expense claims\" gives me: Everything1.jpg This is what I want to achieve (showing a hand coded example): Everything2.jpg I had hoped that triple quotes would do the trick but everything -s """ex...
by aussieboykie
Tue Oct 10, 2017 1:25 am
Forum: Bug report
Topic: Everything not finding firefox.exe
Replies: 15
Views: 37421

Re: Everything not finding firefox.exe

therube wrote:Nothing in Tools | Options -> Indexes ==> Exclude?
No filters in effect?

Try a (Tools | Options -> Indexes) Force Rebuild of the index?
There were no filters in effect but your suggestion of forcing an index rebuild did the trick. Thank you. :)
by aussieboykie
Mon Oct 09, 2017 10:10 pm
Forum: Bug report
Topic: Everything not finding firefox.exe
Replies: 15
Views: 37421

Re: Everything not finding firefox.exe

Interesting idea! It was worth checking but there is no Mozilla Firefox folder in Program Files and the firefox.exe in Program Files (x86) is very definitely an EXE and not a link. This is really weird.
by aussieboykie
Sun Oct 08, 2017 2:21 am
Forum: Bug report
Topic: Everything not finding firefox.exe
Replies: 15
Views: 37421

Re: Everything not finding firefox.exe

More investigation appears to confirm that it is only firefox.exe that is not being found. If I search with Everything for "C:\Program Files (x86)\Mozilla Firefox\" 128 objects are listed whereas if I use Directory Opus flat view to look at the same folder a total of 129 objects are listed...
by aussieboykie
Sun Oct 08, 2017 2:13 am
Forum: Bug report
Topic: Everything not finding firefox.exe
Replies: 15
Views: 37421

Everything not finding firefox.exe

If I navigate to C:\Program Files (x86)\Mozilla Firefox the firefox.exe executable is present but when I search for it with Everything it is not found. I have tried searching for other items in the same folder (e.g. crashreporter.exe or chrome.manifest) and they are found without a problem. If I mak...
by aussieboykie
Thu May 25, 2017 10:48 pm
Forum: Support
Topic: -regex and -path incompatible?
Replies: 1
Views: 2730

-regex and -path incompatible?

Example:

es -r ^^winword\.exe$ correctly generates..

C:\Program Files (x86)\Microsoft Office\root\Office16\WINWORD.EXE

es -path c:\ -r ^^winword\.exe$ returns zero hits

Using -path works fine with a non-regex search.

Regards, AB
by aussieboykie
Wed Mar 22, 2017 4:04 am
Forum: Support
Topic: es.exe regex with anchors
Replies: 2
Views: 3978

Re: es.exe regex with anchors

Thanks. All good now.
by aussieboykie
Wed Mar 22, 2017 2:29 am
Forum: Support
Topic: es.exe regex with anchors
Replies: 2
Views: 3978

es.exe regex with anchors

If I execute the following command: es.exe -r -n 1 -sort date-modified-descending ^Word.exe$ The output is: C:\Program Files (x86)\Microsoft Office\root\Office16\WINWORD.EXE I don't expect WINWORD.EXE to match ^Word.exe$ so it looks like my regex start of word anchor ^ has been ignored, or else I am...
by aussieboykie
Tue Mar 21, 2017 6:07 am
Forum: Support
Topic: es.exe with regex from JScript
Replies: 2
Views: 4066

Re: es.exe with regex from JScript

That would not explain how or why it works without the -r option. Interestingly, after further monkeying around, I have been able to get it working using a different approach. The way I was doing it is... var objWShell = new ActiveXObject("WScript.Shell"); objWShell.Run("cmd /c "...
by aussieboykie
Tue Mar 21, 2017 12:54 am
Forum: Support
Topic: es.exe with regex from JScript
Replies: 2
Views: 4066

es.exe with regex from JScript

I am using a JScript to run a query using es.exe and writing the output to a temp file. When I execute the following non-regex query.. es.exe -export-txt C:\Users\Me\AppData\Local\Temp\es.txt thunderbird.exe ..the expected output is written correctly to the es.txt temp file. However, when I use the ...
by aussieboykie
Thu Jun 02, 2016 12:58 am
Forum: Support
Topic: ES does not show ES does not show c:\windows\explorer.exe
Replies: 2
Views: 5826

Re: ES does not show ES does not show c:\windows\explorer.ex

Works fine here on a W7 system... C:\Windows\winsxs\amd64_microsoft-windows-explorer_31bf3856ad364e35_6.1.7601.21669_none_b0333b22a99da332\explorer.exe C:\Windows\winsxs\wow64_microsoft-windows-explorer_31bf3856ad364e35_6.1.7601.21669_none_ba87e574ddfe652d\explorer.exe C:\Windows\winsxs\amd64_micros...
by aussieboykie
Tue May 10, 2016 4:39 am
Forum: Support
Topic: How to apply quotes from the command line
Replies: 1
Views: 7272

How to apply quotes from the command line

From a BAT file or a CMD window I can enter.. everything -s "project xyz" As expected, this will pass project xyz without the quotes. How do I apply quotes so that the search matches the exact string "project xyz" ? I tried :quotproject xyz:quot but the :quot macros are not inter...
by aussieboykie
Wed May 04, 2016 4:55 am
Forum: Bug report
Topic: Everything 1.4 Known Issues
Replies: 5
Views: 101582

Re: Everything 1.4 Known Issues

Not sure if this covered by the SUBST issues listed above. In my case, SUBST drives are still being indexed after having been deleted . Specifically... earlier today I used SUBST to create S: and T: pseudo-drives mapped to folders which I subsequently deleted with (e.g.) SUBST S: /D. Now when I sear...
by aussieboykie
Wed Apr 27, 2016 8:15 pm
Forum: Suggestions
Topic: Command line intetrace
Replies: 2
Views: 6424

Re: Command line intetrace

by aussieboykie
Tue Mar 29, 2016 4:08 am
Forum: Support
Topic: How to find pattern in filename AND (!) path?
Replies: 5
Views: 7848

Re: How to find pattern in filename AND (!) path?

After further experimentation... When PATH is active you can double click on the word itself to switch the option off. You can also use Ctrl-U to toggle the PATH option on/off. Right mouse click on the bar at the bottom of the Everything window brings up a context menu where you can adjust various o...
by aussieboykie
Tue Mar 29, 2016 2:26 am
Forum: Support
Topic: How to find pattern in filename AND (!) path?
Replies: 5
Views: 7848

Re: How to find pattern in filename AND (!) path?

You can also force PATH recognition on by Tools --> Options --> Home --> Match path --> Enabled . After closing and reopening the Everything window you can see that the option is on as shown: everything-04.jpg If you revert to Tools --> Options --> Home --> Match path --> Use last value the enabled ...
by aussieboykie
Tue Mar 29, 2016 2:02 am
Forum: Support
Topic: How to find pattern in filename AND (!) path?
Replies: 5
Views: 7848

Re: How to find pattern in filename AND (!) path?

The help file is not clear (in my opinion) that path: and nopath: must be followed immediately by a string, with no intervening space, per @therube 's example above. I had incorrectly assumed that path: was a generic modifier. @pstein , as another approach there is also the handy match path separato...
by aussieboykie
Sun Mar 13, 2016 10:13 pm
Forum: General
Topic: Simple explanation to run Eveything
Replies: 5
Views: 9702

Re: Simple explanation to run Eveything

A few suggestions to hopefully improve your experience. Tools --> Options --> History and check both options under Search History. Once you have done this you will be able to use a drop down at the right of the search field to recall previous searches. Tools --> Options --> Results and check Sort da...
by aussieboykie
Wed Mar 02, 2016 9:59 pm
Forum: Support
Topic: Default to Date Modified?
Replies: 7
Views: 9216

Re: Default to Date Modified?

Problem solved. As shown, the Results options page allows two different "sort first" options to be checked concurrently in which case the second option apparently prevails. These choices should be mutually exclusive.
everything-02.jpg
everything-02.jpg (63.66 KiB) Viewed 5029 times
Regards, AB
by aussieboykie
Wed Mar 02, 2016 9:50 pm
Forum: Support
Topic: Default to Date Modified?
Replies: 7
Views: 9216

Re: Default to Date Modified?

@therube Date Modified doesn't seem to work/stick for me. Per your advice I also set Options | Indexes, Index date modified & Fast date modified sort and I am running 1.4.0.713b.
everything-01.jpg
everything-01.jpg (98.64 KiB) Viewed 5030 times
Regards, AB
by aussieboykie
Tue Mar 01, 2016 1:04 am
Forum: Support
Topic: Bookmark support in ES?
Replies: 2
Views: 3709

Re: Bookmark support in ES?

ES currently supports all of the built-in search terms such as dm:thismonth , ext:xls;doc , and more complex constructs like <dm:thisweek|dm:lastweek> so I must say I was surprised to discover that a simple es foo: doesn't work. Anyway, c'est la vie I suppose. Maybe David will consider adding suppor...
by aussieboykie
Mon Feb 29, 2016 11:52 pm
Forum: Support
Topic: Bookmark support in ES?
Replies: 2
Views: 3709

Bookmark support in ES?

If I have a bookmark called foo I would like to use the CLI to execute.. ES foo: ..and have it resolve the saved bookmark. However, from a quick test it looks like bookmarks are not resolved by the ES command line interface. Have I missed something or is this a limitation within es.exe? Regards, AB
by aussieboykie
Thu Feb 11, 2016 11:54 pm
Forum: Suggestions
Topic: CLI sort by date
Replies: 0
Views: 5078

CLI sort by date

Currently es.exe includes a sort switch (-s) to sort by full path. I'd like a switch to sort by modified date, newest first by default.

Regards, AB
by aussieboykie
Mon Mar 09, 2015 1:22 am
Forum: Support
Topic: SearchEverything and W7
Replies: 1
Views: 4198

Re: SearchEverything and W7

It seems I need to enable Run as administrator for SearchEverything to work in W7. I had not switched this option on on the assumption that it was not needed when using the Everything Service option, and it is apparently not needed on XP as SearchEverything works without it. SE-001.png Regards, AB
by aussieboykie
Sun Mar 08, 2015 11:21 pm
Forum: Support
Topic: SearchEverything and W7
Replies: 1
Views: 4198

SearchEverything and W7

I have been participating in discussion on a long thread about SearchEverything on the Directory Opus resource centre. I have SearchEverything working perfectly in a 32-bit XP virtual machine but can't get it going on a variety of 64-bit real and virtual W7 systems. A recent post by @onedot3 confirm...