1
0
Fork 0
eightysix/start.bat

10 lines
69 B
Batchfile
Raw Normal View History

@echo off
setlocal
pushd "%~dp0"
pushd build
.\eightysix.exe
popd