forked from KolibriOS/kolibrios
10 lines
140 B
Batchfile
10 lines
140 B
Batchfile
|
@del search
|
||
|
@c-- /D=LANG_RUS search.c
|
||
|
@rename search.com search
|
||
|
@del warning.txt
|
||
|
|
||
|
if exist search (
|
||
|
@exit
|
||
|
) else (
|
||
|
@pause
|
||
|
)
|