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