mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 02:30:07 +02:00
8 lines
119 B
Batchfile
8 lines
119 B
Batchfile
@echo off
|
|
|
|
call "%~dp0..\..\..\Tools\build.bat" "%~dp0DrawImage"
|
|
if errorlevel 1 goto exit
|
|
|
|
call "%~dp0init.bat"
|
|
|
|
:exit |