for /F "tokens=3 delims=: " %%H in ('sc query "CWService" ^| findstr " STATE"') do (
if /I "%%H" NEQ "STOPPED" (
net stop "CWService"
java -Xmx768m -cp C:/craigworks/movies/lib/hsqldb.jar org.hsqldb.server.Server -database.0 file:"C:/craigworks/movies/data/data";hsqldb.tx=mvcc -dbname.0 xdb
REM code to delete contents of table PLAY_HISTORY
java SHUTDOWN SQL
net start "CWService"
)
)
It looks like you're new here. If you want to get involved, click one of these buttons!