@echo offREM # $Revision$REM # $Date$REM # Script to start the HSQLDB database viewer. The embedded-db.rc file REM # contains connection settings. Visit http://hsqldb.org for documentationREM # on using the tool. The classpath includes JDBC drivers shipped with WildfireREM # to work with the Transfer tool. You will need to add any other JDBC driverREM # that you'd like to use with the transfer tool to the classpath manually.SET CLASSPATH=../../lib/hsqldb.jar;../../lib/mysql.jar;../../lib/postgres.jar;../../lib/jtds.jarecho Starting embedded database viewer...