forked from KolibriOS/kolibrios
11 lines
170 B
Batchfile
11 lines
170 B
Batchfile
|
c-- example.c
|
||
|
c-- collections.c
|
||
|
|
||
|
@del @@example
|
||
|
@del @@collections
|
||
|
|
||
|
@rename example.com @@example
|
||
|
@rename collections.com @@collections
|
||
|
|
||
|
@del warning.txt
|
||
|
@pause
|