From: Bill Davis

Subject: Re: Text mode

Date: 2000-4-28 10:18

David Kaasen wrote:
> > Hello! > > Can I run ACL for Windows in a console window (dos prompt)? > I need this to run a lisp program that uses pd-curses. > > Thanks in advance, David Kaasen.
yes. Check the documentation in .../ACL501/doc/cl/startup.htm, specifically section 7.0 "Starting Lisp from a shell" and related documentation. An excerpt:
> Assuming on Windows the name of the Lisp executable is lisp.exe and that the image is located in a directory specified in the PATH > environment variable, the following will start Lisp (the command is all on one line – we break it for readability and indicate the break with a \): > > % lisp.exe [-I <image>.dxl] [acl-arguments starting with -] \ > [-- user-supplied-arguments] > > If lisp/lisp.exe is not in your PATH, you can specify the full path in order to start Lisp. >
Hope that helps! -- Bill Davis voice: (918)-877-6000 x242 Cyntergy, LLC internet: <CyntergyLLC.com at wsdavis>