Novetus_src/old/Install URI.bat

5 lines
71 B
Batchfile

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