1@rem Add PointBase classes to the classpath, so we can start the examples 2@rem database. Also add the examples directories specified above to the 3@rem classpath to be picked up by WebLogic Server. 4set CLASSPATH=d:\bea\weblogic81\server\lib\webservices.jar;%POINTBASE_CLASSPATH%;%CLIENT_CLASSES%;%SERVER_CLASSES%;%COMMON_CLASSES%;%CLIENT_CLASSES%\utils_common.jar; 5 6@rem Start PointBase 4.4. 7start "PointBase" cmd /c ""%JAVA_HOME%\bin\java" com.pointbase.net.netServer /port:9092 /d:3 /pointbase.ini="pointbase.ini"">"pointbase.log"2>&1 8@rem ************************************************************************* 9 10@rem Call WebLogic Server 11 12set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH% 13