19 Oct
2001
19 Oct
'01
2:22 p.m.
Julián Muñoz Domínguez wrote:
I have put SET STUPID_LOG_FILE=e:\archivos de programa\zwin\var\zope.log in the first line of start.bat,
...and that's got a load of spaces in it ;-)
Try this: SET STUPID_LOG_FILE="e:\archivos de programa\zwin\var\zope.log"
Well on Windows 2000 it works with spaces: C:\>set TEST=some stuff with spaces C:\>echo %TEST% some stuff with spaces Reinoud