drush-ops / drush-launcher

A small wrapper around Drush for your global $PATH.
GNU General Public License v2.0
237 stars 50 forks source link

Modify batch file command to support directory spaces #57

Closed RobinDeHerdt closed 6 years ago

RobinDeHerdt commented 6 years ago

The batch file described in the documentation did not work for me initially, since I added my drush.phar file in "C:\Program Files\Drush".

This path contains a space that is not escaped, resulting in the command to fail.

Adding quotes around the entire path fixes this problem.