Drupal-project: Drush is not working in Windows

Created on 4 Sep 2018  路  3Comments  路  Source: drupal-composer/drupal-project

$ drush status
'"C:\xampp\htdocs\drupalDrush\vendor\bin\drush.php.bat"' is not recognized as an internal or external command,
operable program or batch file.

Getting this error while using drush in windows.

support

Most helpful comment

Try to copy C:\xampp\htdocs\drupalDrush\vendor\bin\drush.bat -> C:\xampp\htdocs\drupalDrush\vendor\bin\drush.php.bat

All 3 comments

Try to copy C:\xampp\htdocs\drupalDrush\vendor\bin\drush.bat -> C:\xampp\htdocs\drupalDrush\vendor\bin\drush.php.bat

Please open a issue in drushs issue queue. This is not related to this project. Thanks!

Perfect worked thanks for the solution

Was this page helpful?
0 / 5 - 0 ratings