find-files

How do I open "Find Files" dialog from command-line in Windows XP to search a specific folder?

I'd like to create a hotkey to search for files under a specific folder in Windows XP; I'm using AutoHotkey to create this shortcut. Problem is that I need to know a command-line statement to run in order to open the standard Windows "Find Files/Folders" dialog. I've googled for a while and haven't found any page indicating how to do th...

Faster Directory Walk with VB6 Query: Cache and Ram issues?

Below is a rather simple function which counts how many files are on a machine. Called on "C:\", it takes about 5 seconds to run. Unless I haven't run it in a while or first run a ram-clearing program, in which case it takes 60 seconds or more. I wouldn't have thought it could be caching since I'm doing a new scan each time (i.e. star...

Find a file in Vim

Hey, I'm new to VIM, just thought I'd give it a go so I'm still not 100% on what it is capable of. Is there anyway to search a directory recursively for a file (using wildcards when needed)? If not is there a plugin that can handle this? Thanks in advance ...