Skip to content

Instantly share code, notes, and snippets.

@dasbairagya
Last active July 24, 2021 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasbairagya/de30ff714b4ca08e0e809ac96cea7ee2 to your computer and use it in GitHub Desktop.
Save dasbairagya/de30ff714b4ca08e0e809ac96cea7ee2 to your computer and use it in GitHub Desktop.
Drush is not working in Windows

If Drush is not working in Windows

$ 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.
@dasbairagya
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment