# start.bat #####################################################

set CLASSPATH=D:\batch\classes;D:\batch\lib\lib.jar
start javaw -Dresource.path=D:\system.batch.server.RecevieDeomne

# stop.bat #####################################################

taskkill /f /im javaw.exe

+ Recent posts