From: Steve Haflich

Subject: Re: Text mode

Date: 2000-4-28 10:36

   From: David Kaasen <nvg.ntnu.no at kaasen>
   
   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.  The Windows command to launch ACL with the full IDE looks
something like

 "C:\Program Files\acl501\lisp.exe" -I allegro.dxl

The command to launch the tty-like version looks something like

 "C:\Program Files\acl501\lisp.exe" -I lisp.dxl

This applies to the regular version of the product.  I don't know
offhand how the free trial version is packaged and specifically
whether both dxl files are included.