From jan@swi.psy.uva.nl  Mon Nov 20 10:36:22 2000
Received: from gollem.swi.psy.uva.nl (gollem [145.18.152.30])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id KAA29755;
	Mon, 20 Nov 2000 10:36:22 +0100 (MET)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id KAA05381;
	Mon, 20 Nov 2000 10:35:39 +0100
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: Paul Singleton <p.singleton@keele.ac.uk>,
        swi prolog mailing list <prolog@swi.psy.uva.nl>
Subject: Re: Launching Prolog from Java
Date: Mon, 20 Nov 2000 10:29:31 +0100
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
References: <Pine.SOL.4.10.10011170851040.25948-100000@apollo.ecs.syr.edu> <3A1565C5.B5370FB7@t-online.de> <3A16A69F.82573434@keele.ac.uk>
In-Reply-To: <3A16A69F.82573434@keele.ac.uk>
MIME-Version: 1.0
Message-Id: <00112010353902.05028@gollem>
Content-Transfer-Encoding: 8bit

On Sat, 18 Nov 2000, Paul Singleton wrote:
>Uwe Lesta wrote:
>
>> Try to use PlCon.exe
>> On Plwin you can't redirect the I/O steams via the commandline
>> redirection
>
>Perhaps we need a .exe which is neither 'win' nor 'con' ?

`con' applications can be compared to the Unix standard
input/output applications.  Using the proper settings in
CreateProcess() you get Prolog process that is not visible and
whose input and output is connected to your process.

	--- Jan

