generate.bat: Fixed issues when ran in directories with special chars

This commit is contained in:
Steve Holme
2015-08-14 20:38:57 +01:00
parent a9c97fba81
commit bc66c21c23

View File

@@ -244,7 +244,7 @@ rem
:generate :generate
if not exist %2 ( if not exist %2 (
echo. echo.
echo Error: Cannot open %CD%\%2 echo Error: Cannot open %2
exit /B exit /B
) )