Menu

#1 better dbc.bat script

Next_Release
open
Pike G
Core (1)
5
2003-07-28
2003-07-17
No

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

Discussion

  • Pike G

    Pike G - 2003-07-28
    • labels: 537138 --> Core
     
  • Pike G

    Pike G - 2003-07-28
    • assigned_to: nobody --> p1ke
     
  • Pike G

    Pike G - 2003-07-28

    Logged In: YES
    user_id=589022

    will be done in the next release

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.