| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| winlocate-0.1.5.zip | 2011-08-02 | 434.5 kB | |
| Readme-0.1.5.txt | 2011-08-02 | 3.9 kB |
|
| Totals: 2 Items | 438.3 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"
##################################################################################################################
For Wndows Vista/7 users be advice that if you choose to install the scripts in "c:\Program Files"
you will not be able to create/delete/ the database file System.db from script, also indexing restricted units/files/folders
without running as Administrator, and you will receive Access denied messages or script errors!
Please blame on User Account Control (UAC) not the script... ;) Anyway if a bug is found please announce me!
##################################################################################################################
Changes:
v0.1.5 - 01/Aug/2011
*Add option to set the installation language and to skip the uninstall question in config file 'Install.ini'
*Add option '-o' to edit the configuration file
*Add option '-m' in Locate.bat to search using 'full-text' querys, replaicing LIKE with MATCH.
*Add option '-s' to create/view/delete "Task Scheduled" for updatedb.bat - I sow that some people needet it ;)
*Add option '-p' to Register/Unregister Winlocate to system PATH
*Add option '-u' as a smart update technique - combines the indexing technique '-r' with the removal '-n'
*Add option '-w' to resize the window from command using "MODE"
*Update option '-r' to update only new units, old database tables in a custom way and with diffrent serial number
*Update option '-n' to delete not connected units by drive letter and serial number
*Update option '-i' to show serial number to indexed units
*Update option '-m' to show the units labels before starting
*Update querys in Locate.bat, so '*' or '%' does the same when you search something
*Optimize the source code and replace listdrive.exe with some scripting magic.
*Optimize gawk insert_table.awk script
*Use Sqlite3 FTS3 virtual table, which allow 'full-text' MATCH querys - very fast ;)
*Update to latest Sqlite3 version
*Fix some issues
v0.1.4 - 14/May/2010
*Add option to change installation folder from config file 'Install.ini'
*Add option to update only new units and old database tables
*Add option to delete not connected units
*Add option to delete only specified units
*Add option to delete all the database
*Add a new info look with option '-i'
*Add Uninstall option on Updatedb.bat
*Optimize gawk insert_table script
*Update to latest Sqlite3 version
*Fix some issues
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