Add scripts folder
This commit is contained in:
parent
d044321ff0
commit
da11ede6a2
12
Win/Scripts/yarn-nodejs-16.19.0.bat
Normal file
12
Win/Scripts/yarn-nodejs-16.19.0.bat
Normal file
@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set desired_path=%devenver_root%\NodeJS\16.19.0
|
||||
set desired_exe=yarn
|
||||
|
||||
set path=%desired_path%;%path%
|
||||
set exe_to_use=""
|
||||
for /f "delims=" %%a in ('where "$desired_path:%desired_exe%"') do ( set "exe_to_use=%%a")
|
||||
echo [DEVENVER] Executing script "%~dpnx0" with "%exe_to_use%"
|
||||
|
||||
call %desired_exe% %*
|
||||
endlocal
|
Loading…
Reference in New Issue
Block a user