mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
[CB-2914] Cli script migration for windows jscript
This commit is contained in:
9
bin/check_reqs.bat
Normal file
9
bin/check_reqs.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@ECHO OFF
|
||||
SET full_path=%~dp0
|
||||
IF EXIST %full_path%check_reqs.js (
|
||||
cscript "%full_path%check_reqs.js" //nologo
|
||||
) ELSE (
|
||||
ECHO.
|
||||
ECHO ERROR: Could not find 'check_reqs.js' in 'bin' folder, aborting...>&2
|
||||
EXIT /B 1
|
||||
)
|
||||
Reference in New Issue
Block a user