6 lines
115 B
Batchfile
6 lines
115 B
Batchfile
@echo off
|
|
set "ROOT=%~dp0.."
|
|
pushd "%ROOT%"
|
|
start "" "%ROOT%\build\msbuild\bin\x64\Release\PolyhedronGui.exe"
|
|
popd
|