diff --git a/extras/scrapy.bat b/extras/scrapy.bat index 741ecb2af..a25feaa4a 100644 --- a/extras/scrapy.bat +++ b/extras/scrapy.bat @@ -6,5 +6,5 @@ rem Use a full path to Python (relative to this script) as the standard Python rem install does not put python.exe on the PATH... rem %~dp0 is the directory of this script -%~dp0..\python "%~dp0scrapy" %* +"%~dp0..\python" "%~dp0scrapy" %* endlocal