I'm forwarding your message on to the MIT/GNU Scheme Users list, Joost. ---------- Forwarded message ---------- From: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] 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. _______________________________________________ MIT-Scheme-users mailing list MIT-Scheme-users@gnu.org http://lists.gnu.org/mailman/listinfo/mit-scheme-users