Fw: Next deliver problem
Jens Teich wrote: > ----- Original Message ----- > From: "Edi Weitz" <edi@agharta.de> > To: "Jens Teich" <info@jensteich.de> > Cc: <lisp-hug@lispworks.com> > Sent: Saturday, November 17, 2007 4:53 PM > Subject: Re: Next deliver problem > > >> On Sat, 17 Nov 2007 16:40:52 +0100, "Jens Teich" <info@jensteich.de> >> wrote: >> >>>> Are you starting from a "fresh" image, i.e. from the one that is >>>> distributed by LispWorks? >> >> Are you? > > I'm not sure what this means. Will show the complete process below. > >>>> If not, it would be interesting to know the contents of your >>>> "load.lisp" file and how exactly you invoke delivery. >> ------------------------------------ >> ^ >> So? > > I use files prepared in the NTService package by Andreas Thiele, > though I don't yet produce a service. It starts with makesrv.bat > > makesrv.bat > ----------- > @echo off > call makex deliver kasbase > > makeex.bat > ---------- > @echo off > call setlisp > %lisp% -init %1 > del %2.zaps > del *.ofasl > > setlisp.bat > ----------- > set lisp="c:\programme\lispworks\lispworks-5-0-0-x86-win32.exe" > > Jens