MCDND - Mark Carter's Drag 'n' Drop Utility


SUMMARY
=======

Executes user-specified shell commands on files dragged and dropped 
on it


60-char summary:
Executes shell commands on files dropped over it


DESCRIPTION
===========

When files/directories are dragged and dropped over the 
application, mcdnd copies the contents of the Raw edit box to the 
Execute edit box,replacing all instances of %f with the dopped files.

Clicking the Execute button causes the application to run the 
command
in the Execute edit box using the system() command.


EXAMPLE
=======

Opening a file in notepad using mdnd
------------------------------------

1. Start mdnd
2. In the Raw edit box, type: notepad %f
3. Drag and drop a file onto the application 
(e.g. c:\windows\tips.txt).
This causes the Execute edit box to translate the text in the Raw 
edit box (e.g. filling it with: notepad c:\windows\tips.txt)
4. Click the execute button. This causes the file to be opened using
notepad.


HISTORY
=======

Version 1.0
-----------

Released 18-oct-2001



LEGAL
=====

This distribution is free. The source code is Public Domain - you can
do what you want with it. Any DLLs that come with the distribution 
are owned by Micro$oft or something - so don't do anything to them 
which might make them upset.


The distribution is provided "as is", with no warrantees or 
guarantees, whether express or implied, blah blah blah. So if 
something goes wrong, don't blame me.


CONTACT
=======

Mark Carter
cartermark46@hotmail.com
http://www.pcpages.com/mcarter
Valid as at 18-oct-2001
