Flubber Posted March 1, 2010 Report Posted March 1, 2010 Iote domne ce gasisi!@echo offrem Licensed to the Apache Software Foundation (ASF) under one or morerem contributor license agreements. See the NOTICE file distributed withrem this work for additional information regarding copyright ownership.rem The ASF licenses this file to You under the Apache License, Version 2.0rem (the "License"); you may not use this file except in compliance withrem the License. You may obtain a copy of the License atremrem http://www.apache.org/licenses/LICENSE-2.0remrem Unless required by applicable law or agreed to in writing, softwarerem distributed under the License is distributed on an "AS IS" BASIS,rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.rem See the License for the specific language governing permissions andrem limitations under the License.if "%OS%" == "Windows_XP" setlocalrem ---------------------------------------------------------------------------rem Start script for the ******** Serverremrem $Id: startup.bat 562770 2007-08-04 22:13:58Z markt $rem ---------------------------------------------------------------------------rem Guess x_HOME if not definedset CURRENT_DIR=%cd%if not "%x_HOME%" == "" goto gotHomeset x_HOME=%CURRENT_DIR%if exist "%x_HOME%\bin\andreea.bat" goto okHomecd ..set x_HOME=%cd%cd %CURRENT_DIR%:gotHomeif exist "%x_HOME%\bin\andreea.bat" goto okHomeecho The x_HOME environment variable is not defined correctlyecho This environment variable is needed to run this programgoto end:okHomeset EXECUTABLE=%x_HOME%\bin\andreea.batrem Check that target executable existsif exist "%EXECUTABLE%" goto okExececho Cannot find %EXECUTABLE%echo This file is needed to run this programgoto end:okExecrem Get remaining unshifted command line arguments and save them in theset CMD_LINE_ARGS=:setArgsif ""%1""=="""" goto doneSetArgsset CMD_LINE_ARGS=%CMD_LINE_ARGS% %1shiftgoto setArgs:doneSetArgscall "%EXECUTABLE%" start %CMD_LINE_ARGS%:endpause Quote