10 lines
69 B
Batchfile
10 lines
69 B
Batchfile
@echo off
|
|
setlocal
|
|
pushd "%~dp0"
|
|
|
|
pushd build
|
|
|
|
.\eightysix.exe
|
|
|
|
popd
|