6 lines
83 B
Batchfile
6 lines
83 B
Batchfile
@echo off
|
|
cd /D "%~dp0"
|
|
call build.bat
|
|
if %errorlevel% == 0 (
|
|
call editor.bat
|
|
) |