mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-02-01 02:03:02 +02:00
5 lines
67 B
Batchfile
5 lines
67 B
Batchfile
|
@echo off
|
||
|
setlocal
|
||
|
cd /d %~dp0
|
||
|
start "" "%CD%/bin/Novetus.exe"
|
||
|
exit
|