Novetus_src/Start Novetus CMD.bat

5 lines
57 B
Batchfile

@echo off
setlocal
cd /d %~dp0
"bin/NovetusCMD.exe"
pause