 
 


 
README.  It begins "Change the strings in 
src/config.lsp, using a text editor.  Then start"  Which sure seems
to be missing something.  Complete the sentence with
"clisp by starting DOS, going to the directory where the
distribution was unpacked, and typing lisp -M lispinit.mem."
Then continue with the instructions from the README.
README
is "Then create a directory, and put the executable and the memory 
image there."  I believe the "memory image" is the file 
lispinit.mem.  So place lisp.exe and lispinit.mem
in some permanent location, and you may delete what you unpacked,
though you might want to save the doc subdirectory somewhere.
-M option indicated above.  I created a file
clisp.bat containing the single line
C:\clisp\lisp.exe -M C:\clisp\lispinit.mem
which runs the program correctly.  Put it on your search path if
you want to run from DOS, or it should run fine by double-clicking from
the explorer.  Of course, you would substitute your actual location
of the lisp.exe and lispinit.mem
files for 
C:\clisp.