[CM] Windows and Lisp for Common Music

Rick Taube taube at uiuc.edu
Wed, 19 Dec 2007 15:06:50 -0600


> Ok clisp-2.4.3 did indeed generate a .bat file, but it looks as  
> follows, so I fixed it:
> :: Windows startup script for Common Music
> @echo off
> C:\Program Files\clisp-2.43/full/lisp.exe -B C:\Program Files 
> \clisp-2.43 -M C:\Program Files\clisp-2.43/full/lispinit.mem -N C: 
> \Program Files\clisp-2.43\locale -K full -x "(progn (load \"C:/ 
> cygwin/home/W049945/prg/lisp-asdf/cm/src/cm.lisp\" :verbose nil)  
> (cm))" -repl %1 %2 %3 %4 %5 %6 %7 %8 %9

actually, did you try this script before you "fixed" it? it looks  
right to me but the xp shell is very picky about things. also i dont  
know what it will do when it sees spaces in the pathname, you may  
have to quote those.

On Dec 19, 2007, at 2:35 PM, terrence.x.brannon@jpmchase.com wrote:

>