6 lines
95 B
Batchfile
6 lines
95 B
Batchfile
|
call build.bat
|
||
|
pushd "%~dp0\build\"
|
||
|
start server.bat
|
||
|
start client.bat
|
||
|
start metaserver.bat
|
||
|
popd
|