opends/resource/setup.bat
@@ -29,11 +29,11 @@ rem check that the path does not contain the ^% character which breaks rem the batch files. set NON_ESCAPED=%~dPs0.. set NON_ESCAPED=%~dP0.. FOR /F "tokens=1-2* delims=%%" %%1 IN ("%NON_ESCAPED%") DO ( if NOT "%%2" == "" goto invalidPath) set DIR_HOME=%~dP0. set DIR_HOME=%~dPs0. set INSTANCE_ROOT=%DIR_HOME% :checkJavaBin