forked from KolibriOS/kolibrios
6 lines
88 B
Batchfile
6 lines
88 B
Batchfile
|
@del *.
|
||
|
@For /R %%i In (*.c) Do c-- "%%i"
|
||
|
@rename *.com *.
|
||
|
@pause
|
||
|
@del warning.txt
|