I too am new to Scheme ;-)
I believe you need to specify the full path to the file, for example:
(load "c:\\dir1\\dir2\\filename.scm")
[Note that you have to 'escape' the backslashes since they are meta-characters
on Windows, hence the double backslashes.]
Hope this helps,
Daniel Klein
Portland OR USA
> On Tue, 3 Dec 2002 12:08:29 +0100, "Daniel Manoharan"
> <daniel.m...@tu-clausthal.de> wrote:
>
> >hi... i am a newbie to scheme. well till now was working under Dr.Scheme. I
> >would like to know how to load files on MIT scheme under Windows... cuz
> >(load "filename.scm") doesnt seem to work. Or do I have to save the file to
> >a specific folder???
>
> I too am new to Scheme ;-)
>
> I believe you need to specify the full path to the file, for example:
>
> (load "c:\\dir1\\dir2\\filename.scm")
>
1 ]=> (pwd)
;Value 1: #[pathname 1 "c:\\"]
1 ]=> (cd (get-environment-variable "HOMEDRIVE")
(get-environment-variable "HOMEPATH"))
;Value 2: #[pathname 2 "c:\\documents and settings\\jrm\\"]
"Daniel Klein" <dan...@aracnet.com> schrieb im Newsbeitrag
news:ejepuu0519ub73m8c...@4ax.com...