Subversion Repositories Kolibri OS

Rev

Rev 6058 | Rev 6266 | 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
5959 leency 4
 
6050 leency 5
@echo off
6
@del _window
7
@del _collections
8
@del _menu
5959 leency 9
 
6050 leency 10
@rename window.com _window
11
@rename collections.com _collections
12
@rename menu.com _menu
5959 leency 13
 
5548 leency 14
@del warning.txt
6050 leency 15
@echo on
16
 
5959 leency 17
@pause