| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| winlocate-0.1.3.zip | 2010-01-04 | 367.4 kB | |
| Readme-0.1.3.txt | 2010-01-04 | 1.4 kB | |
| Totals: 2 Items | 368.8 kB | 0 | |
Notes:
Winlocate is a very small project, but useful for Linux
users in a Win32 environment. Like its Linux "brother"
Winlocate is a file and folder searching tool designed to
find all you need quick and easy by indexing local storage units.
It is made from 2 BATH scripts "locate.bat" and "updatedb.bat"
using GNU tools, Microsoft tools, Sqlite3 database and some of
my programs in background, making it very powerful and fast.
My project comes from idea to have my Linux tools in windows
environment because I work a lot with command line interface
and windows find function is very inefficient by looking in
archives, network, and other drive than the specified one
and have so many bugs.
I hope you enjoy this release.
For any request and bugs please contact me by email at "ninix20 {monkey tail} gmail {dot} com"
Changes:
v0.1.3 - 03/Jan/2010
*Replacing 'cat and grep' search technique with real database 'Sqlite3'
*Add more options and info
*Fix %PATH% incompatibility
*Optimized the source code
v0.1.2 - 16/Oct/2008
*Replace tools with more compress ones
*Fix some issues
v0.1.1 - 03/Oct/2008
*Fix some issues about interface
*Add more info
v0.1 - 01/Oct/2008 [Obsolete]
*First version
*Design is very simple
*index technique "DIR C:\ /A /B /S > c.txt" and then create a text db from all indexed partitions
*find technique "CAT db.txt | GREP 'pattern'"
*Available in English and Romanian language