Files
xpipe/dist/debug/windows/xpiped_debug.bat
2025-07-10 12:50:37 +00:00

6 lines
101 B
Batchfile

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