Console Application Runner Classes
| Release: | 3.0.0 | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Date: | 03 May 2011 | ||||||||||||||||||||||||||||||||
|
Delphi Compatibility:
|
|
- Overview
- Download
- Install Info
- Change Log
- License
Overview
The Console Application Runner classes are designed to be used to control the execution of child console application processes. There are two classes: a class named TPJCustomConsoleApp that is provided a base class for user-defined sub-classes, and TPJConsoleApp that is used to provide a general way to run and manipulate console applications. Both classes are provided in a single unit, PJConsoleApp.
The classes enable the console application's standard input, standard output and standard error to be redirected to and from files or pipes. They can also timeslice the running of the console application to enable the calling application to continue processing and to enable redirected piped output to be processed.
Demo Programs
The classes come with numerous demo programs that illustrate how to use the them. Each demo is related to an example documented in the Examples section of the project Wiki. There is a VCL version of each demo and a few demos also have FireMonkey 2 versions as well.
Some of the demos use classes from the I/O Utility Classes project, so you will need to download that project to compile all the demos.
Full details of how to build the demo projects are provided in the a read-me file.
Documentation
The project is documented online.
There is also an FAQ .
There is no help file.
Feedback & Queries
If you find any bugs or want to suggest a new feature please report them using the Issue Tracker. If you have created a bug fix or have implemented a new feature please attach a zip file containing your source code.
To add an item to the issue tracker click the New issue link, select
the appropriate template from the Template drop down list, enter a
summary and a description that gives as much information as possible the
select the Project-consoleapp label.
Should you have any queries about using the components please read the documentation and FAQ. If you can't find an answer there then contact me.



