vscode-java-debug/scripts/launcher.bat

8 lines
134 B
Batchfile

@echo off
REM Change code page to UTF-8 for better compatibility.
@chcp.com 65001 > NUL
REM Execute real command passed by args
%*