Description:
------------

DragBatch is a small utility that lets you 
build up a file list (drag & drop and traditional
"File Open" dialog supported), and then apply 
a command to each file.  Various placeholders 
(eg. %d for just the drive part, %f for filename.ext
only, etc) allow you to tailor the command.
You can have the commands copied to the clipboard,
written to a temporary batchfile and run, or just 
written to a batch file of your choice.
Dragbatch is written in C++, requires no run-time
libraries or DLLs, and is FREEWARE.


Installation:
-------------

Dragbatch requires no special installation.  Extract the files to their own directory, and run DragBatch.exe.  You may want to put a shortcut to it on your desktop or in your start menu.
Dragbatch will not touch your registry (it uses an "ini" file instead), so to uninstall it you just delete the directory again.


Usage:
-------

I reckon its all pretty self explanatory.  If you do need further help, please feel free to Email me at JonRB@dial.pipex.com


Change History:
---------------
02-Dec-97  v1.01b  Fixed dependancy on URLMON.DLL
