mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
5 lines
71 B
Batchfile
5 lines
71 B
Batchfile
@echo off
|
|
setlocal
|
|
cd /d %~dp0
|
|
start "" "%CD%/bin/NovetusURI.exe"
|
|
pause |