mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2024-11-09 17:50:30 +01:00
8 lines
122 B
Batchfile
8 lines
122 B
Batchfile
|
@echo off
|
||
|
|
||
|
for %%f in ("%~dp0*.exe") do (
|
||
|
call "%~dp0..\Tools\convert.bat" "%%f" %*
|
||
|
if errorlevel 1 goto exit
|
||
|
)
|
||
|
|
||
|
:exit
|