Files
Polyhedron/scripts/Launch.bat
T
Efim Beshmenev 7f9dc067a1 Initial commit
2026-07-10 19:16:42 +03:00

7 lines
107 B
Batchfile

@echo off
set "ROOT=%~dp0.."
pushd "%ROOT%"
"%ROOT%\build\msbuild\bin\x64\Release\Szilassi.exe"
popd
pause