[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-users] MIT Scheme on Win32 (on c.l.s as: MIT Scheme without
From: |
Aaron S. Hawley |
Subject: |
[MIT-Scheme-users] MIT Scheme on Win32 (on c.l.s as: MIT Scheme without Window |
Date: |
Mon, 28 Mar 2005 14:04:14 -0500 (EST) |
I'm forwarding your message on to the MIT/GNU Scheme Users list, Joost.
---------- Forwarded message ----------
From: address@hidden
Newsgroups: comp.lang.scheme
Date: 27 Mar 2005 12:43:17 -0800
Subject: MIT Scheme without Window
Under Windows, I would like to use MIT Scheme, but without the Window
:-)
Just from the commandline.
So if a file hello.scm contains
(display 'hello)
Then I want to do something like
c:\mystuff/>c:\program files..\..\scheme -library ... -load hello.scm
with the result that "hello" is printed. And without that Window
popping up!
I can't find how to do this, after looking in the docs for over half an
hour...please help?
---------- Forwarded message ----------
From: address@hidden
Newsgroups: comp.lang.scheme
Date: 28 Mar 2005 00:42:58 -0800
Subject: Re: MIT Scheme without Window
Cygwin is not an option, for various reasons.
If you are sure that Cygwin is needed for what I want then I should
forget the MIT scheme
and just use the mzscheme thing, I got it to work like I wanted with:
"c:\Program Files\PLT\MzScheme.exe" -r <your filename>
But MIT Scheme would be nice, they did some nice things.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [MIT-Scheme-users] MIT Scheme on Win32 (on c.l.s as: MIT Scheme without Window,
Aaron S. Hawley <=