Current Path :
/
opt
/
alt
/
alt-nodejs14
/
root
/
lib
/
node_modules
/
corepack
/
shims
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/alt-nodejs14/root/lib/node_modules/corepack/shims/pnpx.cmd
@SETLOCAL @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\dist\pnpx.js" %* ) ELSE ( @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\dist\pnpx.js" %* )