mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-22 15:13:49 +02:00
KoW for console applications added
This commit is contained in:
11
Examples/GUI/DrawImage/init.bat
Normal file
11
Examples/GUI/DrawImage/init.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
|
||||
for %%f in ("%~dp0*.tga") do (
|
||||
if not exist "%~dp0..\..\..\Bin\%1\%%~nxf" (
|
||||
echo Copying "%%f"
|
||||
copy "%%f" "%~dp0..\..\..\Bin\%1" >nul
|
||||
if errorlevel 1 goto exit
|
||||
)
|
||||
)
|
||||
|
||||
:exit
|
Reference in New Issue
Block a user