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