From dmiles@teknowledge.com  Wed Nov 15 04:49:40 2000
Received: from teknowledge.com (pop.teknowledge.com [128.136.192.13])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id EAA11730
	for <prolog@swi.psy.uva.nl>; Wed, 15 Nov 2000 04:49:40 +0100 (MET)
Received: from Jordan [192.168.200.145] by teknowledge.com [192.168.100.10]
	with SMTP (MDaemon.v2.8.7.5.R)
	for <prolog@swi.psy.uva.nl>; Tue, 14 Nov 2000 19:46:33 -0800
From: "Douglas Miles" <dmiles@teknowledge.com>
To: "Christo Dichev" <dichev@ncat.edu>, <prolog@swi.psy.uva.nl>
Subject: RE: Request
Date: Tue, 14 Nov 2000 19:53:53 -0800
Message-ID: <DKEMIAGOABLKKCIMBHCIMEOPCAAA.dmiles@teknowledge.com>
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)
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Importance: Normal
In-Reply-To: <001b01c04e9c$66364030$24fb0898@comp.ncat.edu>
X-MDaemon-Deliver-To: prolog@swi.psy.uva.nl
X-Return-Path: dmiles@teknowledge.com

Christo,

Try this..

?- pwd.

See that your in the directory you expected to be in.

?- ls.

See if you see the file in ls.


?- ['db1.pl'].

This should consult your file to memory


% Douglas




> -----Original Message-----
> From: Christo Dichev [mailto:dichev@ncat.edu]
> Sent: Tuesday, November 14, 2000 4:39 PM
> To: prolog@swi.psy.uva.nl
> Subject: Request
> 
> 
> Hello,
> 
> I have downloaded SWI-Prolog, however I am having 
> problems right from the beginning. I created a simple 
> db1.pl file but I cannot load the db1.pl file. It gives an
> error message: source_sink 'db1' does not exist. I stored 
> the file in my working directory and it still gave me this 
> error. How do I correct it?
> 
> Any help would be appreciated.
> 
> Thanking in advance,
> Christo
> 
> 
> ----------------
> * To UNSUBSCRIBE, please use the HTML form at
> 
>     http://www.swi.psy.uva.nl/projects/SWI-Prolog/index.html#mailinglist
> 
> or send mail to prolog-request@swi.psy.uva.nl using the Subject: 
> "unsubscribe"
> (without the quotes) and *no* message body.
> 
> ** An ARCHIVE of this list is maintained at
> 
>     http://www.swi.psy.uva.nl/projects/SWI-Prolog/mailinglist/archive/
> 
> 
> 

