JSort is a simple utility that lets you quickly sort jpeg files into sub directories.
This is what you have to do:

1) Create a directory with subdirectories which define your target categories ie:
d:\pictures\cats
d:\pictures\dogs
d:\pictures\fish
d:\pictures\other

2) Create a batch file JSORT.bat in C:\Documents and Settings\Administrator\SendTo directory:
If you do not log in as Administrator, substitute your username

d:
cd D:\jsort
java JSort "D:\pictures" %1

or if you want to use the jar file:
java -jar d:\jsort\JSort.jar "D:\pictures" %1

3) right click on a directory which contains jpeg files in explorer under sendto and click on JSORT.bat

If you are having problems with the bat file add pause command at the end of JSORT.bat so it does not close

JSort Commands:
mouse button 1 / scroll down - next image
scroll up   - previous image
WARNING: mouse button 3      - delete current file ( DOES NOT USE RECYCLE BIN )
Clicking on any directory names on the right will move the current file into that directory.
Refresh buttons will update Directories or File lists

Written by toAndrey@yahoo.com
Author is NOT responsible for loss or corruption of data caused by this program.
.project file was generated by Eclipse IDE.
