Novetus_src/Start Novetus.bat
2020-04-13 16:03:57 -07:00

5 lines
67 B
Batchfile

@echo off
setlocal
cd /d %~dp0
start "" "%CD%/bin/Novetus.exe"
exit