diff --git a/bin/create.bat b/bin/create.bat index 5cc227ed..b44a5d08 100644 --- a/bin/create.bat +++ b/bin/create.bat @@ -4,7 +4,7 @@ FOR %%X in (java.exe ant.bat android.bat) do ( SET FOUND=%%~$PATH:X IF NOT DEFINED FOUND GOTO MISSING ) -cscript %~dp0\create.js %* +cscript "%~dp0\create.js" %* GOTO END :MISSING ECHO Missing one of the following: