[CM] Windows and Lisp for Common Music

Rick Taube taube at uiuc.edu
Wed, 19 Dec 2007 20:09:34 -0600


> 'c:\Program' is not recognized as an internal or external command,
> operable program or batch file.

it looks like the shell is having problems with the space in \Program  
Files\
you might be able to do replace \Program Files\ with "\Program Files 
\" in the string, ie

c:\"program files"\clisp-2.43\...

either that or move your clisp-2.43 folder to some directory without  
spaces in the name and the regenerate the cm.bat file.