kolibrios-gitea/programs/cmm/examples/compile_en.bat
Kirill Lipatov (Leency) 3f4201dc21 app_plus: show message if /kolibrios/settings/app_plus.ini not found
git-svn-id: svn://kolibrios.org@6251 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-19 00:33:21 +00:00

17 lines
233 B
Batchfile

c-- window.c
c-- collections.c
c-- menu.c
@echo off
@del _window
@del _collections
@del _menu
@rename window.com _window
@rename collections.com _collections
@rename menu.com _menu
@del warning.txt
@echo on
@pause