Search and replace utility for filenames.
A while back the standard windows-search did not work on my pc, so I decided to write my own. Appart from just searching it can also do a search & replace on filenames. This has proven to be very usefull when renaming a list of files (for example convert upper caps to lower caps).
Type your search string in the Search for: field. In the Replace with: field you can specify with which string the search string should be replaced. Press enter and your files will be renamed.
If you want to change the search directory, just type it in the 'Look in' field. In this field you can use auto completion by pressing your 'Esc' button on your keyboard (The Browse button is not yet implemented, and probably never will be).

Feel free to use AsoSearch in any way you like.
| Description | Download | |
|---|---|---|
| Java source files | AsoSearch-Source.zip | |
| Java class files (jar) | AsoSearch.jar | |
| Registry keys | AsoSearch-Class.reg |
The runnable class is Search with one argument specifying the start directory.
First, make sure you have Java 1.2 or higher installed on your PC and have 'javaw.exe' in you path. Place this jar file in a directory that is in your classpath. Download this registry file and merge it into your registry by right-clicking on it and select 'Merge' from the context menu. Now you can search in a directory by right-clicking on it and selecting 'AsoSearch' from the context menu.