mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-05 18:01:56 +02:00
11 lines
184 B
Batchfile
11 lines
184 B
Batchfile
@echo off
|
|
setlocal enableextensions
|
|
|
|
echo "TEST"
|
|
|
|
cd /d "C:\Program Files (x86)\SlimeVR Server"
|
|
|
|
jre\bin\java.exe -Xmx512M -jar slimevr.jar --no-gui
|
|
if %errorlevel% NEQ 0 (
|
|
pause
|
|
) |