I have a batch script placed in the /project/Scripts directory, but it should be executed in /project directory. My task is to design the script in the way it can be executed from /project/script directory, but it behaves as it were placed in /project directory.
How can I do this magic? I'm not experience in batch magic at all.
The script contains a multiline mvn command and I don't want to pollute the root of the mvn project.
