From marcos@mind.pt  Fri Aug 27 17:53:50 1999
Received: from internet02.ip.pt ([195.23.2.8])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id RAA09320
	for <prolog@swi.psy.uva.nl>; Fri, 27 Aug 1999 17:53:24 +0200 (MET DST)
Received: from boa (ugly.inesc.pt [146.193.32.39]) by internet02.ip.pt with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id QZT70RD7; Fri, 27 Aug 1999 17:01:35 +0100
From: "Marcos Rebelo" <marcos@mind.pt>
To: <prolog@swi.psy.uva.nl>
Subject: Executing a prolog program
Date: Fri, 27 Aug 1999 16:55:25 +0100
Message-ID: <NDBBKBCEFKHDNGILCFFCAEALCAAA.marcos@mind.pt>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211

I have a prolog code that takes 2 name files
"convert('file1.txt','file2.txt')" and makes a conversion from de first to
the next.

I try in the help and I didn't find how to make a executable program that
work like this
'convert.exe file1.txt file2.txt'.

So please give me un example to make this

