7 lines
152 B
Batchfile
7 lines
152 B
Batchfile
|
@echo off
|
||
|
setlocal
|
||
|
set path=%devenver_root%\NodeJS\18.15.0;%path%
|
||
|
echo [DEVENVER] Executing script "%~dpnx0" with "%exe_to_use%"
|
||
|
call %*
|
||
|
endlocal
|