[Zope] STUPID_LOG_FILE in windows

Reinoud van Leeuwen reinoud@xs4all.nl
Fri, 19 Oct 2001 16:22:48 +0200 (CEST)


> Juli=E1n Mu=F1oz Dom=EDnguez wrote:
>>=20
>> I have put
>> SET STUPID_LOG_FILE=3De:\archivos de programa\zwin\var\zope.log
>> in the first line of start.bat,
>=20
> ...and that's got a load of spaces in it ;-)
>=20
> Try this:
> SET STUPID_LOG_FILE=3D"e:\archivos de programa\zwin\var\zope.log"

Well on Windows 2000 it works with spaces:

C:\>set TEST=3Dsome stuff with spaces

C:\>echo %TEST%
some stuff with spaces


Reinoud