dsExecFile v1.0a
----------------

By David Swaddle   100657.155@compuserve.com

This is a component to execute programs from within a program.  It was written to get round a problem
that I had in running a piece of legacy DOS software from within Windows NT.

THIS COMPONENT HAS ONLY BEEN TESTED WITH WINDOWS NT 3.51


PROPERTIES
----------
FileName   - Name of the program to be run, including extension
FilePath   - Path to the executable
Parameters - Command line parameters to be passed to the program
Wait       - Flag to delay further execution until the program has completed

METHODS
-------
Execute    - Attempts to run the requested program

EXCEPTIONS
----------
EdsExecFileGeneralFailure - Unexpected error
EdsExecFileNoFileName     - FileName property not filled in before attempt to execute
EdsExecFileFileNoExist    - Program not found (trys current directory & FilePath directory)
EdsExecFilePathNoExist    - FilePath directory does not exist

Note
----
In version 1.0a there is no method of getting to the return code of the program.  This will be added
when I need it.

Warranty
--------
Absolutely none.  Source code provided for user maintenance.  Please mail any enhancements to me at
100657.155@compuserve.com so that they can be maintained.
