Version 1
[yaffs-website] / vendor / drush / drush / misc / windrush_build / assets / drush.bat
diff --git a/vendor/drush/drush/misc/windrush_build/assets/drush.bat b/vendor/drush/drush/misc/windrush_build/assets/drush.bat
new file mode 100644 (file)
index 0000000..e7ea6cc
--- /dev/null
@@ -0,0 +1,7 @@
+@echo off
+
+SET SCRIPT_HOME=%~dp0
+SET PHP_PATH=%SCRIPT_HOME%php
+SET PATH=%SCRIPT_HOME%tools\bin;%PHP_PATH%;%PATH%
+
+@php.exe "%SCRIPT_HOME%vendor\drush\drush\drush.php" --php="php.exe" %*