2016-01-10 21:02:47 +01:00
|
|
|
c-- window.c
|
2015-12-13 14:28:06 +01:00
|
|
|
c-- collections.c
|
2016-01-07 16:26:59 +01:00
|
|
|
c-- menu.c
|
2015-12-13 14:28:06 +01:00
|
|
|
|
2016-01-10 21:02:47 +01:00
|
|
|
@echo off
|
|
|
|
@del _window
|
|
|
|
@del _collections
|
|
|
|
@del _menu
|
2015-12-13 14:28:06 +01:00
|
|
|
|
2016-01-10 21:02:47 +01:00
|
|
|
@rename window.com _window
|
|
|
|
@rename collections.com _collections
|
|
|
|
@rename menu.com _menu
|
2015-12-13 14:28:06 +01:00
|
|
|
|
|
|
|
@del warning.txt
|
2016-01-10 21:02:47 +01:00
|
|
|
@echo on
|
|
|
|
|
2015-12-13 14:28:06 +01:00
|
|
|
@pause
|