Search found 8 matches

by yam001
Thu May 20, 2010 8:08 pm
Forum: Suggestions
Topic: Drag Drop support?
Replies: 1
Views: 5219

Drag Drop support?

I would like to have a feature to allow dropping of files in list.
It would be only necessary for .exe's so that the dropped file is passed as commandline to the exe.

Regards
by yam001
Thu Feb 04, 2010 8:48 am
Forum: Bug report
Topic: Crash while sorting
Replies: 3
Views: 8312

Re: Crash while sorting

Which alpha? i already have the .451
by yam001
Sat Jan 30, 2010 11:15 am
Forum: Bug report
Topic: Crash while sorting
Replies: 3
Views: 8312

Crash while sorting

After entering some search criteria and when the list starts populating if I click on Size list header then if the all the items size's hasn't been calculated then Everything crashes. I think it's dues to comparison made between different items. Since all the items sizes was not available then it fa...
by yam001
Wed Nov 25, 2009 9:53 am
Forum: General
Topic: "Everything" version 1.2.1.451a
Replies: 48
Views: 207953

Re: "Everything" version 1.2.1.451a

Well, mysteriously it's working now. Still I think it would be better to tell exactly what to do, instead of hanging in infinite loop by the program itself. btw is 8mb only the limit or it's relative to volume size? i know my volumes are generally having pretty low free space but still i leave 10-15...
by yam001
Tue Nov 24, 2009 7:31 pm
Forum: General
Topic: "Everything" version 1.2.1.451a
Replies: 48
Views: 207953

Re: "Everything" version 1.2.1.451a

XP Sp2 here
Last version was working fine .442a
by yam001
Tue Nov 24, 2009 2:19 pm
Forum: General
Topic: "Everything" version 1.2.1.451a
Replies: 48
Views: 207953

Re: "Everything" version 1.2.1.451a

Doesn't work here It just doesn't load any database and is hanged in some continous loop saying Quering USN change journal on C: -snip- DeviceIoControl(00000150,FSCTL_CREATE_USN_JOURNAL,00b1f9c0,16,0,0,11663832,0): 112: Failed to create USN Journal. 11/24/2009 7:47:56 PM: Everything 1.2.1.451a: .\sr...
by yam001
Sun Oct 04, 2009 10:11 am
Forum: Support
Topic: Regex $ problem
Replies: 2
Views: 7778

Re: Regex $ problem

Well after reading more i found that i have to put $ at the end of search string.

So to find files/dirs ending with "dows" use dows$.

I think these regex examples should be included in the help file.
by yam001
Sat Oct 03, 2009 8:00 pm
Forum: Support
Topic: Regex $ problem
Replies: 2
Views: 7778

Regex $ problem

^ works fine but $ doesn't give any result.

According to the defn. $ Matches the ending position of the string or the position just before a string-ending newline. In line-based tools, it matches the ending position of any line.

So $dows should give windows as result but it doesn't