Subversion Repositories Kolibri OS

Rev

Rev 6041 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6050 leency 1
c-- window.c
5959 leency 2
c-- collections.c
6041 leency 3
c-- menu.c
6050 leency 4
c-- mixcolors.c
5959 leency 5
 
6050 leency 6
@echo off
7
@del _window
8
@del _collections
9
@del _menu
10
@del _mixcolors
5959 leency 11
 
6050 leency 12
@rename window.com _window
13
@rename collections.com _collections
14
@rename menu.com _menu
15
@rename mixcolors.com _mixcolors
5959 leency 16
 
5548 leency 17
@del warning.txt
6050 leency 18
@echo on
19
 
5959 leency 20
@pause