Date: | Mon Dec 11 16:46:14 1999 | |
Subject: | Re: newbie question | |
From: | Chris Double | |
Volume-ID: | 991211.01 |
"Janos Blazi" <jblazi@netsurf.de> writes: > but if I try to load a lisp file with the command (load > "d:\\usr\lispusr\test.lsp") it does not work and I get the message > "file not found". It works on Corman LISP however. I get the same problem. Even using forward slashes or double back slashes. It does work if I use: load d:/usr/lispusr/test.lisp Chris. |