Pawn/Pawn_Unreal/build_and_editor.bat

6 lines
83 B
Batchfile

@echo off
cd /D "%~dp0"
call build.bat
if %errorlevel% == 0 (
call editor.bat
)