7 lines
107 B
Batchfile
7 lines
107 B
Batchfile
@echo off
|
|
set "ROOT=%~dp0.."
|
|
pushd "%ROOT%"
|
|
"%ROOT%\build\msbuild\bin\x64\Release\Szilassi.exe"
|
|
popd
|
|
pause
|