better dbc.bat script
Brought to you by:
p1ke
P1ke, could you please change the line separators of
dbc.bat ? Currently they are Unix style which makes
editting with Notepad troublesome .
Also a nice feature would be if there is a pointing text
where to put the path to the jdbc drivers.
For example :
@echo off
rem **** PUT THE PATH TO THE JDBC DRIVERS HERE
AND UNCOMMENT ****
rem set CLASSPATH=%
CLASSPATH%;C:\JDBCDrivers\classes12.zip
set OUTPUT=output.log
set ERROR=error.log
set LOG=true
start javaw -cp dbc.jar;%CLASSPATH% -Dlog=%LOG%
dbc.DBC >%OUTPUT% 2>%ERROR%
Regards : JDP
Logged In: YES
user_id=589022
will be done in the next release