tilln opened a new pull request #664: URL: https://github.com/apache/jmeter/pull/664
## Description Some of the Windows *.cmd scripts do not work if the JMETER_HOME location (i.e. folder where JMeter is installed) contains spaces (or other characters that need to be escaped). ## Motivation and Context Scripts would fail to run with the below error. `Error: Could not find or load main class [...]\bin\ApacheJMeter.jar` Work-around is to install JMeter at path without spaces however this may not always be in the user's control. ## How Has This Been Tested? Tested locally. No unit test added due to the (trivial) nature of the issue and fix. ## Screenshots (if appropriate): ## Types of changes - Bug fix (non-breaking change which fixes an issue) ## Checklist: - [x] My code follows the [code style][style-guide] of this project. [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org