forked from KolibriOS/kolibrios
15 lines
171 B
Batchfile
15 lines
171 B
Batchfile
@del *.kex
|
|
|
|
@c-- collections.c
|
|
@c-- console.c
|
|
@c-- menu.c
|
|
@c-- rgb.c
|
|
@c-- window.c
|
|
|
|
@rename *.com *.kex
|
|
@mkdir bin
|
|
@move *.kex bin\
|
|
|
|
@del warning.txt
|
|
|
|
@pause |