Sometimes you want to find some particular code snippet and all you know is that it is in some file in a given directory. For example, if you are reading the Pickaxe book and you want to actually run some example code, all you know a priori is that it is somewhere in ex0001.rb through ex1608.rb. I use a Mac and the wonderful Spotlight Ruby Importer available at: <http://www.arcadianvisions.com/> makes it trivial to find a file containing any given code snippet. I have a friend who uses Windows and she doesn't know how to achieve the same functionality. I've tried running RDoc on the directory containing the Pickaxe code but it quits because it only works on file that actually compile. So all this is simply to ask: What is the Windows equivalent to the Spotlight Ruby Importer. -- A young idea is a beautiful and a fragile thing. Attack people, not ideas.