Files
xpipe/dist/debug/windows/xpiped_debug.bat
2025-01-21 14:40:40 +00:00

8 lines
147 B
Batchfile

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