Search found 98 matches

by daspud
Mon Aug 09, 2021 4:05 am
Forum: Support
Topic: Trying to use command line -sort
Replies: 1
Views: 2956

Trying to use command line -sort

I am using command line option -namepart *.scad and that brings up the files I want to see. I want the results sorted with most recent first. The help says "-sort <name> Set the sort to the specified name." I tried specifying Date and Modified but did not get any results. Can you clarify w...
by daspud
Sun Oct 06, 2013 1:48 am
Forum: Support
Topic: Network traffic .. what for??
Replies: 15
Views: 19019

Re: Network traffic .. what for??

I see the listening port, but no traffic. Sorry, but I don't know what it is for.
by daspud
Tue Oct 01, 2013 4:08 am
Forum: Support
Topic: Network traffic .. what for??
Replies: 15
Views: 19019

Re: Network traffic .. what for??

What are you using to see the network traffic? I can try to take a look and see if it is happening on my system.
by daspud
Tue Oct 01, 2013 4:03 am
Forum: Development, plugins and third party software
Topic: 'run' - An Everything Search runner utility
Replies: 1
Views: 11973

Re: 'run' - An Everything Search runner utility

Cool idea. I tend to just put in .exe and the partial name I am looking for right into the Everything list. I keep it open all the time so it is fast. maybe I should make a little "runner"....
by daspud
Tue Sep 17, 2013 2:47 pm
Forum: Support
Topic: Problem with everything indexing / finding items
Replies: 1
Views: 4850

Re: Problem with everything indexing / finding items

You could delete everything.db

Use Search Everything to find them (there might be a couple), right click and open path (because you won't be able to delete it when Everything is active), close and make sure you have exited everything (from the systray too) and then delete the files and restart.
by daspud
Thu Sep 12, 2013 1:37 pm
Forum: Off-topic discussion
Topic: DO SOMETHING AGAINST THE SPAMBOTS!
Replies: 6
Views: 35048

Re: DO SOMETHING AGAINST THE SPAMBOTS!

Spammers are deleted. Flag posts and I will keep checking the flagged list.
by daspud
Wed Apr 10, 2013 4:16 am
Forum: Suggestions
Topic: Drag N Drop revisited
Replies: 5
Views: 8350

Re: Drag N Drop revisited

David, the correct answer is I will consider BOTH of those suggestions.

<vbg>
by daspud
Thu Apr 04, 2013 5:20 am
Forum: Development, plugins and third party software
Topic: SDK Question
Replies: 2
Views: 12429

Re: SDK Question

void wrote:...BOOL IsNTFSVolumeIndexed(TCHAR *volume)?...
this would work well for me. Not sure what others might want.

I will try the root: thing for now.

Thanks. :)
by daspud
Tue Apr 02, 2013 12:21 pm
Forum: Bug report
Topic: Possible bug with \xxx
Replies: 2
Views: 9518

Re: Possible bug with \xxx

Oh, I had not thought about files starting with xxx because they don't appear on the screen that way, but of course if you look at them as a complete path and name then it does indeed match......

I should have known better than to doubt Search Everything. :)
by daspud
Tue Apr 02, 2013 7:14 am
Forum: Suggestions
Topic: Search for largest N files
Replies: 4
Views: 7824

Re: Search for largest N files

therube wrote:WizTree finds the files and folders using the most disk space on your hard drive

The only problem is that it finds the top 1,000 largest files, lickety-split ;-).
Wow! the Search Everything of sizes. David, what about checking that out for gathering info for size and date and time stamps?
by daspud
Tue Apr 02, 2013 7:05 am
Forum: Suggestions
Topic: Search for largest N files
Replies: 4
Views: 7824

Re: Search for largest N files

It takes almost the same amount of time to find the single largest file as to find the top 100. Why? To know that any given file is the largest you must read the size of every file. In doing that (involves reading the directory and not just the journals) you have only the overhead of checking to see...
by daspud
Tue Apr 02, 2013 2:26 am
Forum: Bug report
Topic: Possible bug with \xxx
Replies: 2
Views: 9518

Possible bug with \xxx

In trying to find all folders with xxx in their names. I tried both \xxx and \ xxx in 636b

In both cases I get results with xxx in the file name and no xxx in the path. I was thinking that was not a match.

David, what are you thinking about that? :)
by daspud
Tue Apr 02, 2013 12:17 am
Forum: Development, plugins and third party software
Topic: SDK Question
Replies: 2
Views: 12429

SDK Question

I am revising my old search program (predates SE by a long shot). I am wanting to add SE for those drives that can benefit using the SDK. I have the interface working but wanted to refine it by checking the drive in the search request (if there is one) with the list of drives that SE is scanning. If...
by daspud
Tue Apr 02, 2013 12:12 am
Forum: Development, plugins and third party software
Topic: From where can I obtain the source of Everything?
Replies: 12
Views: 68576

Re: From where can I obtain the source of Everything?

ego123 wrote:...
Everything will contain 99% of the code which I was planned to write.
...
check out the SDK to get files that match the search. http://support.voidtools.com/everything/SDK
by daspud
Tue Apr 02, 2013 12:06 am
Forum: Development, plugins and third party software
Topic: Script to restart Win 7
Replies: 3
Views: 14654

Re: Script to restart Win 7

also check out Wismo on www.grc.com in Freeware, Utilities. And check out the whole site.

It does lots of interesting things.
by daspud
Mon Apr 01, 2013 11:51 pm
Forum: Support
Topic: Find Text inside Files
Replies: 2
Views: 6095

Re: Find Text inside Files

go to a command prompt in windows and enter FIND /?

Maybe someday SE will have an extension to build a list of files and can be used with FIND to do that text search.

Searching inside files is relatively slow and SE is a cheetah among the animals of windows....
by daspud
Sun Mar 10, 2013 6:23 pm
Forum: Suggestions
Topic: Drag N Drop revisited
Replies: 5
Views: 8350

Drag N Drop revisited

One of the things that I have wished for (and I think mentioned years ago) is the ability to drop a file onto a file in the SE results list. Why do that? Often I want to copy or move a file to a location that is in the results list, but not as a folder (hence cannot receive files). With the ability ...
by daspud
Sun Mar 10, 2013 6:06 pm
Forum: Suggestions
Topic: Sorted History
Replies: 4
Views: 6964

Re: Sorted History

WyleySam wrote:Yes, I know. But the ability to sort it would make it easier to find items when the list gets bigger.
What if you were able to winnow the list down by typing and only the entries that contained the characters entered were in the displayed list?
by daspud
Sun Mar 10, 2013 6:02 pm
Forum: Suggestions
Topic: Adding time Constants
Replies: 5
Views: 8360

Re: Adding time Constants

void wrote:I have implemented the option to search for files and folders in the last few minutes / hours for the next release of Everything....
Is there some slick way to do this or do you have to look at every file in the system to check the date stamp?
by daspud
Sun Mar 10, 2013 3:54 am
Forum: Support
Topic: SDK Return code 2 from Everything_Query(True)
Replies: 1
Views: 4409

SDK Return code 2 from Everything_Query(True)

I am using WinDev to connect with the Everything.DLL. It seems to work perfectly on my systems (win 7 and win 8), but not so for one of my customers. The GetLastError returns 2 (no IPC) whether or not Everything is running. Is there something else besides Everything not running that could cause that...
by daspud
Thu Mar 07, 2013 3:27 pm
Forum: General
Topic: "Everything" version 1.3.0.629b FAQ
Replies: 19
Views: 42654

Re: "Everything" version 1.3.0.629b FAQ

I "assume" the old DLL files from the SDK and from the Clarion connection will not work with this new version? I admit I am holding back because 1.2.1.451a runs so nicely for me and I am afraid to lose anything.... Perhaps I should have SE and SEnew and try it. If they don't will there be ...
by daspud
Tue Apr 12, 2011 7:57 pm
Forum: Support
Topic: everything not reading anything from decrypted volume
Replies: 10
Views: 13097

Re: everything not reading anything from decrypted volume

Was your truecrypt volume formated NTFS or FAT? The default is FAT and that is not compatible with Search Everything. Check out the type. You can see that by right clicking on the mounted drive letter and select properties.
by daspud
Tue Apr 12, 2011 11:57 am
Forum: Suggestions
Topic: analyzing hard disk space distribution
Replies: 1
Views: 5357

Re: analyzing hard disk space distribution

How do you do this? Everything has to read every directory record to pick up the size and that is not nearly as fast as getting the name and type directly from the file system.

Bob
by daspud
Sun Nov 21, 2010 3:22 am
Forum: Suggestions
Topic: Faster sorting or searching by date or size
Replies: 2
Views: 7758

Re: Faster sorting or searching by date or size

Searching by date or size will very much slow down the search. In order to search by file date or size EVERY file in the system must be examined and the date and time and size extracted. With search by name, path or extension only an internal table maintained by Everything needs to be searched. That...
by daspud
Thu Aug 12, 2010 2:09 am
Forum: Bug report
Topic: I can't find anything on some folders
Replies: 21
Views: 36227

Re: I can't find anything on some folders

I am also running to more and more instances of files not found when I know they are there. It ran for a long time with no problems. This seems to be a recent development. I can navigate to them using explorer (but it is SO much easier with Everything). I am using 451a. I will check the error logs a...
by daspud
Thu Aug 12, 2010 2:00 am
Forum: Suggestions
Topic: A 2nd voice for thumbnails.
Replies: 2
Views: 6458

Re: A 2nd voice for thumbnails.

Thumbnails will slow it down (they have to come from somewhere) so it would be OK but they should be optional. I have already noticed a slowdown in Windows 7 when I display a "details" screen in Explorer of my videos. It seems to go nuts trying to figure out some attributes when I all I wa...
by daspud
Sat Jul 24, 2010 9:29 pm
Forum: General
Topic: Searching a NAS ?
Replies: 1
Views: 7653

Re: Searching a NAS ?

I am sorry, but the NAS cannot be searched at this time by Everything. They can actually be formatted in a variety of ways and the programming within the NAS takes care of getting them to you in a fashion that windows understands. Alas -- no parameters for everything to search. One big drawback to N...
by daspud
Sat Jul 24, 2010 9:26 pm
Forum: Suggestions
Topic: ideas
Replies: 7
Views: 11778

Re: ideas

therube wrote:Without having checked, but ...

> 1. "unlock" truecrypt volumes (everything keeps blocking them so I have to force them to be unmounted)
thinking, hoping it is a known issue....
So THAT'S why I keep getting that message about unable to unmount......... :)
by daspud
Sun Jun 27, 2010 10:23 pm
Forum: Support
Topic: Indexing Temporary Internet Files
Replies: 2
Views: 6785

Re: Indexing Temporary Internet Files

It indexes them beautifully. That is how I find and kill them.

SE on Content.IE5 with paths enabled, sort by name and highlight all the crazy named folders and shift-delete. Poof they are gone!
by daspud
Sun Jun 27, 2010 10:15 pm
Forum: General
Topic: thanks for this great tool
Replies: 12
Views: 22800

Re: thanks for this great tool

...Win 7 search was useless in this task. Found a note about your utility in an online post, downloaded it, and found the file in 5 seconds. THANKS!!!!!!!!! :D :D :D You will NEVER go back to "normal" searching. I use SE 50 or more times each day. It is my program launcher for all but the...
by daspud
Sun Jun 27, 2010 10:10 pm
Forum: Support
Topic: First run of Everything takes 5mins scanning C:
Replies: 8
Views: 14863

Re: First run of Everything takes 5mins scanning C:

From memory: In Options there is a choice to include or exclude a volume. You exclude the volume and apply that then include it and it should rescan. Never trust memory! Options, Volumes, select the volume you want to reindex, UNcheck include in database, APPLY, check Include in data base and apply....
by daspud
Sun Jun 13, 2010 2:42 am
Forum: Off-topic discussion
Topic: front page screenshot
Replies: 1
Views: 23920

Re: front page screenshot

Is there any other program that will do what it does?

;)
by daspud
Sun Jun 13, 2010 2:41 am
Forum: Support
Topic: How to use winkey + F in Windows 7?
Replies: 2
Views: 6636

Re: How to use winkey + F in Windows 7?

I use Win-Z for SE. It is closer for my two fingers. AND I get the best of both worlds, I still have windows search (but have never used it).

:)
by daspud
Sun Jun 13, 2010 2:40 am
Forum: General
Topic: Is there any way to suppress searching in the Recycle Bin?
Replies: 2
Views: 8001

Re: Is there any way to suppress searching in the Recycle Bin?

Slick! Thanks. I had to add a couple for each drive. Win 7 calls them $recycle.bin and XP called them recycler

If you need to change one of them, just double click it to bring it up in edit mode.

Bob Roos
by daspud
Tue Jun 08, 2010 1:31 am
Forum: Suggestions
Topic: Pre-sort list of file listing by DATE
Replies: 5
Views: 10050

Re: Pre-sort list of file listing by DATE

I am confused by this. To get clear, obviously it CAN do a sort, but you have to ask it to do so by clickin gon the Date Modified column. And even then it say are you sure? And warn you that this might take a long time .... Ship The dates displayed are retrieved as the screen is being built and onl...
by daspud
Tue Jun 08, 2010 1:23 am
Forum: Off-topic discussion
Topic: I am terribly upset after installing Everything.
Replies: 6
Views: 37823

Re: I am terribly upset after installing Everything.

It is not just Windows explorer that you won't use, but the drill down dialog in Open/Save. When i want to open a file I hotkey to SE and in a few keystrokes have it on the screen, right click and copy the name and path (I keep forgetting the hotkey), then in the open dialog where it says file name ...
by daspud
Sat May 01, 2010 3:01 am
Forum: Suggestions
Topic: Disable context menu if the user is an idiot!
Replies: 3
Views: 7779

Re: Disable context menu if the user is an idiot!

MSOfficeMan -- welcome to the community of the True Believers. Yes, the program is that great and David is in the same league as Steve Gibson (maybe even better because he seems to be better at following through with an idea).
by daspud
Sat May 01, 2010 2:59 am
Forum: Suggestions
Topic: Disable context menu if the user is an idiot!
Replies: 3
Views: 7779

Re: Disable context menu if the user is an idiot!

void wrote:Maybe an "Are you sure?" message if you are trying to right click more than 1000 files ;)
Or even 500! There is a limit and it would probably vary from machine to machine. I have made this mistake before and would appreciate a tap on the shoulder.
by daspud
Sun Apr 04, 2010 2:28 am
Forum: Development, plugins and third party software
Topic: [req] Set Everything as search handler from start menu
Replies: 10
Views: 61770

Re: [req] Set Everything as search handler from start menu

I don't think you need to uninstall anything.

{2559a1f0-21d7-11d4-bdaf-00c04f60b9f0} appears to be registry talk for "search". I don't know the exact details, but Win 7 handles things differently when trying to edit the registry. I am not sure this would work for Win 7 or for Vista.
by daspud
Sun Apr 04, 2010 2:09 am
Forum: Suggestions
Topic: Tabs & running a second search
Replies: 1
Views: 5134

Re: Tabs & running a second search

Excellent idea! I am close to that with Win 7 and the multiple mini windows when I hover over the task icon on the taskbar. But a tabbed search with the tab title being the search argument would be absolutely fantastic and a lot less mousing around. I reuse the searches a lot.
by daspud
Sun Apr 04, 2010 2:06 am
Forum: Suggestions
Topic: Everything as standard lokal search engine
Replies: 3
Views: 13049

Re: Everything as standard lokal search engine

How about just setting a hotkey and ignoring Explorer Search all together? I just set Win-Z as my hotkey and use it like mad all day long. The explorer search takes more keystrokes/mouse clicks to get to.
by daspud
Sun Apr 04, 2010 2:04 am
Forum: Support
Topic: Download corrupt?
Replies: 8
Views: 15274

Re: Download corrupt?

I have downloaded that file dozens of times and several times in the last few days. I install immediately afterwards and have never had a problem. I am a PC Consultant and use SE on client's machines all the time. Sometimes I install from a stick and sometimes download. I believe that the source fil...
by daspud
Sun Mar 28, 2010 3:44 pm
Forum: General
Topic: PC World article mentions Everything
Replies: 4
Views: 12076

PC World article mentions Everything

April 2010 issue page 71 in the [Productivity] section -- Get things done faster.

They sure got that right (except they forgot to say NTFS only)! I would be absolutely lost without my SE. I use it for just about EVERYTHING. :)
by daspud
Sun Mar 28, 2010 3:37 pm
Forum: Suggestions
Topic: More Search Options?
Replies: 4
Views: 8832

Re: More Search Options?

It is a fantastic program. I think it is written in a C language. I don't have a reference for that, but is my recollection.
by daspud
Sun Mar 28, 2010 3:32 pm
Forum: Suggestions
Topic: Things to do (TODO)
Replies: 127
Views: 2164242

Re: Things to do

I am exhausted just looking at the list! :mrgreen:
by daspud
Sun Mar 28, 2010 3:29 pm
Forum: Bug report
Topic: Not updating deleted folders in Windows 7
Replies: 5
Views: 13410

Re: Not updating deleted folders in Windows 7

I am also getting various problems when deleting files and folders in Win 7 (64 bit). I use SE to find files I want to get rid of and when I start deleting them from the list I often get "Program not responding" and folders and files still showing up after they have been deleted. But the f...
by daspud
Sat Mar 20, 2010 1:44 am
Forum: Suggestions
Topic: cd:/cw:/cm: Feature change suggestion...
Replies: 3
Views: 10829

Re: cd:/cw:/cm: Feature change suggestion...

... I'm just running regular 1.2.1.371 ~ sgould I be running a beta or something to get these features? ~~~ Even thought Everything does not index on date, date could still be much quicker than Window search as a post-filter, as long as the main filter was fairly effective. Greetings, Stephen Try t...
by daspud
Sat Mar 20, 2010 1:31 am
Forum: Suggestions
Topic: Indicatoricon in the systray when updating the searchindex.
Replies: 2
Views: 6645

Re: Indicatoricon in the systray when updating the searchindex.

True, but you can use the hot key to bring it up and type in your search argument. When the indexing is finished it will return the results.

It would be a good suggestion to turn the icon a different color to indicate "busy".
by daspud
Sat Mar 20, 2010 1:28 am
Forum: Suggestions
Topic: search inside documents
Replies: 6
Views: 17495

Re: search inside documents

Everything does not search inside a document or any file. It is limited to what is in the file name (and I hope it stays that way). Searching inside files is very time consuming. There are other tools for that. Check out Grep for windows http://gnuwin32.sourceforge.net/packages/grep.htm
by daspud
Sat Mar 20, 2010 1:23 am
Forum: Support
Topic: Everything-1.2.1.451a - hotkeys
Replies: 5
Views: 11420

Re: Everything-1.2.1.451a - hotkeys

MaX2 wrote:Hi,

I have a problem in Windows 7 64-bit, the hotkeys do not show the search window.
I use Win 7 64 bit and have my hotkeys set to Win-Z. It works perfectly for me 100+ times a day. I use it constantly. What do you have your hot key set to? Could there be a conflict with some other program?