I don't think that pushd / popd is available on most of the windows
platforms without an extra download - It might be available on vista
but not on windows 2000 ? (Or am I wrong?)
On Tue, 2009-10-20 at 09:34 -0700, mslinn wrote:
> I corrected and improved the batch files for hsqldb v1.9 beta 6. Class
> packages were incorrect, and pushd/popd was used instead of cd.
>
> runManager.bat
>
>
> @pushd ..\data
> @java -classpath ..\lib\hsqldb.jar org.hsqldb.util.DatabaseManager %1 %2 %3
> %4 %5 %6 %7 %8 %9
> @popd
>
>
> runServer.bat
>
>
> @pushd ..\data
> @java -classpath ../lib/hsqldb.jar org.hsqldb.server.Server %1 %2 %3 %4 %5 %6
> %7 %8 %9
> @popd
>
>
> runManagerSwing.bat
>
>
> @pushd ..\data
> @java -classpath ..\lib\hsqldb.jar org.hsqldb.util.DatabaseManagerSwing %1 %2
> %3 %4 %5 %6 %7 %8 %9
> @popd
>
>
> runWebServer.bat
>
>
> @pushd ..\data
> @java -classpath ..\lib\hsqldb.jar org.hsqldb.server.WebServer %1 %2 %3 %4 %5
> %6 %7 %8 %9
> @popd
>
>
> runUtil.bat
>
>
> @pushd ..\data
> @java -classpath ..\lib\hsqldb.jar org.hsqldb.util.%1 %2 %3 %4 %5 %6 %7 %8 %9
> @popd
>
>
> runSqlTool.bat
>
>
> @pushd %~dp0\..\data
> @java -classpath ..\lib\hsqldb.jar org.hsqldb.cmdline.SqlTool %1 %2 %3 %4 %5
> %6 %7 %8 %9
> @popd
>
>
>
> ______________________________________________________________________
> View this message in context: bin/*.bat improvements
> Sent from the HSQLDB - Dev mailing list archive at Nabble.com.
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________ hsqldb-developers mailing
> list hsqldb-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hsqldb-developers
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
hsqldb-developers mailing list
hsqldb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers