Accessing property file through batch script

Posted by Farid on Stack Overflow See other posts from Stack Overflow or by Farid
Published on 2010-04-14T13:01:40Z Indexed on 2010/04/14 13:03 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

Hi everyone,

I'm trying to write a batch script, this script is responsible to launch a jar with one parameters.

This parameter indicate to my jar wich property file to use in order to setup some configuration.

Then the script will zip the results produced by the jar and send them to a location. But in order to set the name of the zip file I would need to be able to read the property file directly from the batch, is there a way to do so ?

Thanks and regards,

F

© Stack Overflow or respective owner

Related posts about java

Related posts about batch