xpipe/dist/debug/windows/xpiped_debug.bat

6 lines
101 B
Batchfile

@echo off
set CDS_JVM_OPTS=JVM-ARGS
chcp 65001 > NUL
CALL "%~dp0\..\runtime\bin\xpiped.bat" %*
pause