Hi,

starting James from a directory under some other dirs with spaces in their names brought weird messages at startup, while creating the temp directory. Here is the small patch.

======================
--- run.bat.org 2003-07-30 10:52:22.000000000 +0200
+++ run.bat     2003-07-30 10:51:23.000000000 +0200
@@ -60,5 +60,5 @@
 if not "%PHOENIX_TMPDIR%"=="" goto afterTmpDir
 set PHOENIX_TMPDIR=%PHOENIX_HOME%\temp
-if not exist "%PHOENIX_TMPDIR%" mkdir %PHOENIX_TMPDIR%
+if not exist "%PHOENIX_TMPDIR%" mkdir "%PHOENIX_TMPDIR%"

 :afterTmpDir
======================

--
Freundliche Grüße/Kind Regards       Victor Ott
Salutari cordiale/Saludos cordiales



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to