Search found 4409 matches

by therube
Tue Mar 05, 2024 3:32 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 18
Views: 1801

Re: 1370: Cut / Paste bug

so, let me tell you a story... i woke up at 4:AM, dripping with sweat & the world said, inclusive, INCLUSIVE & i shouted No! i am me, & no one else is me! distinct: DISTINCT:! so, let me tell you a story... the other day my cat got bit (by something) & he was OK, just bleeding a bit ...
by therube
Tue Mar 05, 2024 3:31 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 18
Views: 1801

Re: 1370: Cut / Paste bug

CLCL is clipboard caching utility.

Though I've used that used for years (& the program is unchanged since, 2022/12/1).

And that said...
by therube
Mon Mar 04, 2024 4:08 pm
Forum: Everything 1.5 Alpha
Topic: distinct: has become more distinct:
Replies: 5
Views: 652

Re: distinct: has become more distinct:

(just noting...) i am really not liking where Everything has become more "accurate" because as i'm apt to use DISTINCT: (or similar) regularly, & might or might not have it enabled in particular windows/tabs, so when i make a change & jump to a different window/tab & don't see ...
by therube
Mon Mar 04, 2024 4:05 pm
Forum: Everything 1.5 Alpha
Topic: 1367: Size & Date Missing (Part II)
Replies: 17
Views: 1341

Re: 1367: Size & Date Missing (Part II)

A quirky way to update just one folder is to apply and remove the read-only attribute.
the Attribute change hack on a NO-size NO-date file
did work to restore its' size & date (in Everything)
(& without necessitating a Reindex)
by therube
Mon Mar 04, 2024 3:59 pm
Forum: Everything 1.5 Alpha
Topic: Building the index is slow, is there a way to export it afterwards?
Replies: 8
Views: 523

Re: Building the index is slow, is there a way to export it afterwards?

I'm curious, how do you open/view this db?
Simply set up an -instance for it.
(I was only interested in seeing "historical" data, what is or is not there, & not to make any changes.)

GO-HOME-15.BAT:

Code: Select all

cmd /c start .\everything.exe -instance HOME -read-only -no-auto-include
by therube
Mon Mar 04, 2024 3:50 pm
Forum: Everything 1.5 Alpha
Topic: 1370: Cut / Paste bug
Replies: 18
Views: 1801

1370: Cut / Paste bug

Everything 1370 CUT/PASTE bug (& i never looked at 1368/1369) OH i wonder (now) if it isn't just some actions, some times, are not updating what is DISPLAYED? cause the last time i ran into this CUT/PASTE that did not, at that point i reverted to 1367, & loaded up the same tabs, & CUT th...
by therube
Fri Mar 01, 2024 6:30 pm
Forum: Everything 1.5 Alpha
Topic: Building the index is slow, is there a way to export it afterwards?
Replies: 8
Views: 523

Re: Building the index is slow, is there a way to export it afterwards?

(There is also the [Everything.exe] -save-db switch which will cause the .db to be saved to disk should you not want to actually exit Everything at a particular time [& during which time the disk .db may then not otherwise be [as] current as that stored in RAM]. Did that just this morning to bri...
by therube
Fri Mar 01, 2024 5:03 pm
Forum: Off-topic discussion
Topic: quotes.bat, Quotes in a Batch file
Replies: 0
Views: 677

quotes.bat, Quotes in a Batch file

quotes.bat, Quotes in a Batch file (& I've actually got what were two different batch files quote in the code below). (I'll just leave the whole thing in a CODE, & take from it what you will.) QUOTES.BAT: :: quotes.bat :: 02-28-2024 SjB :: let me quote, don't you just hate quotes :: let me q...
by therube
Fri Mar 01, 2024 4:55 pm
Forum: Off-topic discussion
Topic: Automating a task
Replies: 9
Views: 2156

Re: Automating a task

Not too clear on what you have, what you're getting, & what you want. Anyhow, FASTI7.BAT: 777 x %* -o* %2 %3 %4 :: with %2 %3, you can do something like :: 777 x *.zip -o* *.exe *.chm :: which would ONLY extract .exe & .chm :: files from the .zip, rather then (by :: default) ALL files... :: ...
by therube
Fri Mar 01, 2024 4:39 pm
Forum: Off-topic discussion
Topic: hashmedia.bat
Replies: 12
Views: 6874

Re: hashmedia.bat

Yes. In order for it to work (in all situations I've come up with - so far), I had to: add quotes ;-) & also that squiggly thing, ~ So, "%%~i" (or "%%~fi" is fine too) vs. %%i (no quotes nor ~). :: hashmediastream.BAT :: 02-25-2023 SjB @echo off goto start: :: 02-27-2023 notn...
by therube
Thu Feb 29, 2024 4:01 pm
Forum: Everything 1.5 Alpha
Topic: Building the index is slow, is there a way to export it afterwards?
Replies: 8
Views: 523

Re: Building the index is slow, is there a way to export it afterwards?

It's always good (IMO) to have dated backups of your .db.

There are various Export options, though what might or might not be included, unsure without testing.

Note that during development, there is a chance that the .db format changes, necessitating a re-index if that were to occur.
by therube
Thu Feb 29, 2024 3:51 pm
Forum: Off-topic discussion
Topic: hashmedia.bat
Replies: 12
Views: 6874

Re: hashmedia.bat

Batch files, grrrr ;-). And if not "quotes", it is (parens). One, or the other, or both, doesn't matter. Don't think it is about the quotes this time. It's always about the quotes (& batch files) ;-). So you wrote: for %%x in (%*) do (echo "%%~fx" & echo ffmpeg.exe parms...
by therube
Thu Feb 29, 2024 3:37 pm
Forum: Support
Topic: Everything crashes a lot.
Replies: 2
Views: 730

Re: Everything crashes a lot.

Version?

I'd think, most likely a shell extension or something to do with thumbnails.

There are options to disable, but specifics elude me at the moment.
Search for 'disable shell extension' & see if something comes up.
by therube
Mon Feb 26, 2024 5:43 pm
Forum: Support
Topic: date
Replies: 10
Views: 1009

Re: date

it's still visible in everything
That's abnormal, unless you've specifically made (non-default) changes to
Tools | Options | Indexes -> NTFS
.
(And assuming we're talking about an NTFS drive).
by therube
Mon Feb 26, 2024 5:37 pm
Forum: General
Topic: ES.exe, -no-result-error
Replies: 1
Views: 738

ES.exe, -no-result-error

ES.exe, -no-result-error Wanting a batch file that searches the current directory tree, with Everything (hopefully), & if Everything is not available, falls back to a DIR search. Over time, I started with DIR, then substituted Everything. Is there a more efficient method then in my latest iterat...
by therube
Mon Feb 26, 2024 4:56 pm
Forum: Everything 1.5 Alpha
Topic: dupe_lines show wrong line if multiple properties specified
Replies: 5
Views: 605

Re: dupe_lines show wrong line if multiple properties specified

the current sort
Just to note, that also includes Advanced Sort (but the 2 [or 3] sorts selections are AND'ed to determine the sort dupe_lines).
(So if you Advanced Sort; Size & Path, that would find duplicated size files, dupe_lines'd - within the same directory.)
by therube
Mon Feb 26, 2024 4:36 pm
Forum: Everything 1.5 Alpha
Topic: Advanced Rename problem
Replies: 5
Views: 493

Re: Advanced Rename problem

will apply the case function to all the text when the new format edit does not have focus Explain? 1. 2 files selected 2. F2 (Rename). At this point, is focus not in the new format edit box? 3. selecting uppercase 4. again new format appears to show that focus is still in the new format edit box (t...
by therube
Mon Feb 26, 2024 4:19 pm
Forum: Support
Topic: date
Replies: 10
Views: 1009

Re: date

also had to refresh the database as always
"As always", is not expected.

(Now it could be that the particular areas are "protected" ?, so by default Everything might not have sufficient permissions [to delete], but one would expect changes to be seen.)
by therube
Mon Feb 26, 2024 4:12 pm
Forum: Everything 1.5 Alpha
Topic: 1367: Size & Date Missing (Part II)
Replies: 17
Views: 1341

Re: 1367: Size & Date Missing (Part II)

A quirky way to update just one folder is to apply and remove the read-only attribute.
Is that to the folder itself, or to a file within the folder?
Is it the R/O specifically that is needed, or might some other action (like a file rename) trigger the quirk?
by therube
Mon Feb 26, 2024 4:08 pm
Forum: Everything 1.5 Alpha
Topic: 1367: Size & Date Missing (Part II)
Replies: 17
Views: 1341

Re: 1367: Size & Date Missing (Part II)

Everything will show empty size and dates if the volume goes offline unexpectedly. To clarify (if it needs it) the, "go offline unexpectedly". The drive goes "offline" only upon wakening from sleep. It is either seen, or not. (I'm guessing that it is too slow to spin up, sometim...
by therube
Wed Feb 21, 2024 3:47 pm
Forum: Everything 1.5 Alpha
Topic: 1367: Sorting a column - does not (sort) if distinct: count:
Replies: 3
Views: 255

Re: 1367: Sorting a column - does not (sort) if distinct: count:

When I was messing with this, I ran into another high (25%, 1of4 cores), prolonged CPU spell (though it did resolve itself).
.
Everything - 1367 - during distinct count, extended 25% CPU.png
Everything - 1367 - during distinct count, extended 25% CPU.png (42.51 KiB) Viewed 252 times
by therube
Wed Feb 21, 2024 3:44 pm
Forum: Everything 1.5 Alpha
Topic: 1367: Sorting a column - does not (sort) if distinct: count:
Replies: 3
Views: 255

1367: Sorting a column - does not (sort) if distinct: count:

Sorting a column - does not (sort) if distinct: & count: are both used. (unique:, also, & I'll suppose some others too.) > PATH | !PUNC, enabled [immaterial] Search: distinct: count:36 if you go to sort on a column header /something/ does seem to happen, but at least the results do not /disp...
by therube
Wed Feb 21, 2024 3:40 pm
Forum: Everything 1.5 Alpha
Topic: Drag & Drop From Everything Seems Slow(er)
Replies: 5
Views: 294

Re: Drag & Drop From Everything Seems Slow(er)

yes, pidl change certainly makes a difference
30.sec vs. 2.min

Code: Select all

Press any key to continue . . .

TimeThis :  Command Line :  PAUSE
TimeThis :    Start Time :  Tue Feb 20 20:50:59 2024
TimeThis :      End Time :  Tue Feb 20 20:51:28 2024
TimeThis :  Elapsed Time :  00:00:28.748
by therube
Wed Feb 21, 2024 3:36 pm
Forum: Support
Topic: Cannot find installer files
Replies: 2
Views: 700

Re: Cannot find installer files

I take it that nothing on F: is found at all?

Depending on how F: is formatted, & how it is recognized (fixed or removable), you may need to manually add the F: drive to your index.

Tools | Options | Indexes, then FAT / NTFS ... as appropriate.
by therube
Tue Feb 20, 2024 8:58 pm
Forum: Everything 1.5 Alpha
Topic: Should a search in 1 tab apply to all tabs?
Replies: 6
Views: 505

Re: Should a search in 1 tab apply to all tabs?

Correct, any of the Ctrl+F-like searches.
Not the searchbar.
by therube
Tue Feb 20, 2024 4:19 pm
Forum: Everything 1.5 Alpha
Topic: Should a search in 1 tab apply to all tabs?
Replies: 6
Views: 505

Should a search in 1 tab apply to all tabs?

Should a search <string> in 1 tab apply to all tabs? (Now thinking, probably not.) FAYT (find as you type) [aka, search_for_text_when_you_start_typing] should a search string in 1 tab apply to all tabs such that if you search for 'red' in 1 tab Ctrl+TAB then, F3 would search for 'red' in that next t...
by therube
Tue Feb 20, 2024 3:49 pm
Forum: Everything 1.5 Alpha
Topic: 1367: Crash, out of the blue, just went to interact with Everything
Replies: 2
Views: 260

1367: Crash, out of the blue, just went to interact with Everything

1367: Crash Out of the blue, shortly after awakening from sleep. And after a bit, had gone to interact with Everything (for the first time since awakening), & crash. Uptime had been about 1 week. (This is unrelated to the drag & drop post.) (And as far as that goes, after the crash & [Ev...
by therube
Tue Feb 20, 2024 3:40 pm
Forum: Everything 1.5 Alpha
Topic: Drag & Drop From Everything Seems Slow(er)
Replies: 5
Views: 294

Re: Drag & Drop From Everything Seems Slow(er)

1367... messing, i went to 100% CPU
Wasn't able to duplicate.
I've never seen that before. And overall system performance didn't seem to be affected, particularly. Anyhow.
.
Everything - 36K items drag drop 100% CPU.png
Everything - 36K items drag drop 100% CPU.png (39.32 KiB) Viewed 266 times
by therube
Tue Feb 20, 2024 3:39 pm
Forum: Everything 1.5 Alpha
Topic: Drag & Drop From Everything Seems Slow(er)
Replies: 5
Views: 294

Re: Drag & Drop From Everything Seems Slow(er)

(Before I saw above, & I tested against 1358 - because it was there .) video: distinct: count:18000 drag&drop from Everything into mpv.net 1358: 9.790 seconds 1367: 10.294 seconds so... it's the same it must have just been the (new) "wording", & the progress meter that made it ...
by therube
Mon Feb 19, 2024 4:15 pm
Forum: Everything 1.5 Alpha
Topic: Advanced Rename problem
Replies: 5
Views: 493

Re: Advanced Rename problem

1367 Seems like... if no extension, then OK dumy | hithereyouswine if 1 no extension & 1 extension, then OK dumy | abc.txt if different extension & same name-part, then OK dumy.txt | dumy.doc if different extension & different name-part & ignore extension, then OK dumy.txt | abc.doc ...
by therube
Mon Feb 19, 2024 3:34 pm
Forum: Suggestions
Topic: Colourised details
Replies: 3
Views: 850

Re: Colourised details

the thousand part were slightly dimmed
Any examples of programs that do that?
by therube
Mon Feb 19, 2024 3:29 pm
Forum: Everything 1.5 Alpha
Topic: Drag & Drop From Everything Seems Slow(er)
Replies: 5
Views: 294

Drag & Drop From Everything Seems Slow(er)

Drag & Drop From Everything Seems Slow(er) then I remember. Everything 1367 (highlight) & drag 18K (Randomize) items (into mpv.net ) was slow, showing: - "Buiding item list..." i don't recall seeing anything like that before (& not uncommon for me to drag & drop a large lis...
by therube
Mon Feb 19, 2024 3:26 pm
Forum: Everything 1.5 Alpha
Topic: 1367: Size & Date Missing (Part II)
Replies: 17
Views: 1341

Re: 1367: Size & Date Missing (Part II)

!size: !size:0 - is that the best way to find NOT-size'd files? !date: - ditto As it happened, these NOT files only existent on H:, only the most recent set of files, the particular set of files, that i'd been working with. (Also 4 files were listed from in E:/system volume information/ but i'm sure...
by therube
Mon Feb 19, 2024 3:23 pm
Forum: Everything 1.5 Alpha
Topic: 1367: Size & Date Missing (Part II)
Replies: 17
Views: 1341

1367: Size & Date Missing (Part II)

1367: Size & Date Missing (Part II) Everything 1367 (of 02/08/2024) i hit <CR> on a file (to open it) & Size & Date, disappeared absolutely nothing out of the ordinary total size 0, calculated in 0.000001 seconds A rename did NOT change anything (Size & Date still missing). (Nor did ...
by therube
Mon Feb 12, 2024 7:47 pm
Forum: Bug report
Topic: Research
Replies: 8
Views: 1015

Re: Research

Search (menu item)
.
Everything - diacritics or not.png
Everything - diacritics or not.png (43.16 KiB) Viewed 963 times
by therube
Mon Feb 12, 2024 7:37 pm
Forum: Everything 1.5 Alpha
Topic: Long Time to close Everything?
Replies: 17
Views: 2751

Re: Long Time to close Everything?

Is this that Everything Service? Yes. (At least most likely.) The Service "typically" would use a couple MB of RAM. (Depending on the tool you use to look, if using the "right" tool, you should be able to distinguish between an Everything GUI & an Everything Service. Process...
by therube
Mon Feb 12, 2024 6:51 pm
Forum: Everything 1.5 Alpha
Topic: distinct: has become more distinct:
Replies: 5
Views: 652

distinct: has become more distinct:

(At some point in time) distinct: became (even more) more distinct:. In the past, if you had a distinct: search, there were times when that list of files "updated", like if a new file matching the search criteria was created. (I'm actually assuming it was something like that that caused a ...
by therube
Mon Feb 12, 2024 6:42 pm
Forum: Bug report
Topic: Research
Replies: 8
Views: 1015

Re: Research

Search (menu item), ensure that Match Diacritics is not enabled.
by therube
Mon Feb 05, 2024 9:16 pm
Forum: General
Topic: .\src\main.c(588); _main_do_command_line_installs(); Fatal error: Failed to copy Everything.exe 32
Replies: 11
Views: 5335

Re: .\src\main.c(588); _main_do_command_line_installs(); Fatal error: Failed to copy Everything.exe 32

Oh, forgot, aside from the install issue itself, if you were to download the ZIP version, that will unzip & run for you?
by therube
Mon Feb 05, 2024 8:44 pm
Forum: Support
Topic: help file
Replies: 2
Views: 729

Re: help file

What topics are those?
I'll assume the .chm only relates to Everything 1.4 (& is apt to be outdated at that).

For 1.5 specific features, kind of have to peruse the forums, more likely then not.
(There was a fellow, but I'm thinking it's kind of a never ending, fluid task...)
by therube
Mon Feb 05, 2024 8:43 pm
Forum: General
Topic: .\src\main.c(588); _main_do_command_line_installs(); Fatal error: Failed to copy Everything.exe 32
Replies: 11
Views: 5335

Re: .\src\main.c(588); _main_do_command_line_installs(); Fatal error: Failed to copy Everything.exe 32

SafeBIOS (from the little I looked) seems to do a hash compare of the BIOS, "to the cloud", so not sure why that would impact things?

Does (Windows) Event Viewer contain any clues?
by therube
Mon Feb 05, 2024 8:30 pm
Forum: Support
Topic: Sorting windows property System.Generic.Integer
Replies: 4
Views: 760

Re: Sorting windows property System.Generic.Integer

If I may ask, what is a "System.Generic.Integer"?
Is it, System.Generic Class?
And just what are these integer numbers that voids example returns & why for the items listed?
by therube
Mon Feb 05, 2024 8:14 pm
Forum: Support
Topic: files / folder deleted a year ago, but still shown on search
Replies: 7
Views: 892

Re: files / folder deleted a year ago, but still shown on search

I deleted a folder containing 24 files Directory name & sample file names? Are you sure you're looking at the "deleted" directory & not some other similarly named directory? Does Windows Explorer or an actual file manager see said directory & files? From within Everything, if ...
by therube
Mon Feb 05, 2024 8:09 pm
Forum: General
Topic: -noap-data
Replies: 4
Views: 867

Re: -noap-data

Maybe it does - if the above (GUI) setting is enabled?
(And then removed, altogether, if the GUI setting is disabled?)
by therube
Mon Feb 05, 2024 7:58 pm
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 58
Views: 3455

Re: Compare 2 file lists with each other?

distinct: (I think it is) could find files that exist in the filelist but not... or would it?
Hmm... not sure now?

Might also depend on just how you open the file list; i.e., File | Open File List vs. using -file-list switch?
by therube
Mon Feb 05, 2024 7:48 pm
Forum: Everything 1.5 Alpha
Topic: File size & date lost after Rename
Replies: 1
Views: 248

File size & date lost after Rename

File size & date lost after Rename (& out of the blue). (And not really concerned, simply noting, & haven't seen anything like it in ages.) all i did was to prefix the filenames (with 069801x - ) so nothing special 4 files affected, 2 on T:, 2 on W: the first pair just "worked"...
by therube
Mon Feb 05, 2024 7:43 pm
Forum: General
Topic: -noap-data
Replies: 4
Views: 867

Re: -noap-data

Guessing it is the (Everything.ini) setting,
app_data=

& would be the same as in the GUI,
Options | General -> Store settings and date in %APPDATA%\Everything
.