From a-doug@microsoft.com  Thu Sep 14 17:14:09 2000
Received: from mail5.microsoft.com (mail5.microsoft.com [131.107.3.121])
	by swi.psy.uva.nl (8.9.3/8.9.3) with SMTP id RAA24844
	for <prolog@swi.psy.uva.nl>; Thu, 14 Sep 2000 17:14:08 +0200 (MET DST)
Received: from 157.54.9.108 by mail5.microsoft.com (InterScan E-Mail VirusWall NT); Thu, 14 Sep 2000 08:13:52 -0700 (Pacific Daylight Time)
Received: by INET-IMC-05 with Internet Mail Service (5.5.2651.58)
	id <S56178KF>; Thu, 14 Sep 2000 08:13:52 -0700
Message-ID: <56791EC22E349D428D0C05C89EAB8A2424623C@red-msg-05.redmond.corp.microsoft.com>
From: "Douglas Miles (Volt Computer)" <a-doug@microsoft.com>
To: "'Ed Kovach'" <ekovach@franuniv.edu>, prolog@swi.psy.uva.nl
Subject: RE: Thanks and another question
Date: Thu, 14 Sep 2000 08:13:22 -0700
X-Mailer: Internet Mail Service (5.5.2651.58)

These two should work for you Ed,

consult('a:/try.pl').

['a:/try.pl'].

even on windows the \ is converted to /

-Doug

-----Original Message-----
From: Ed Kovach [mailto:ekovach@franuniv.edu]
Sent: Thursday, September 14, 2000 6:22 AM
To: prolog@swi.psy.uva.nl
Subject: Thanks and another question


Hi,

Thanks for all the help with my problem with list.  Another question.  How
can one consult a file in another directory?  All my attempts at

?- consult(a:\try.pl). (and variants)

returns an error.  What would the correct syntax be?

Ed

