@COLOR 0E
@echo ----------------------------
@echo --------- PRACUJI! ---------
@echo ----------------------------
@if exist _TOOLS_.txt del _TOOLS_.txt
@for %%i IN (*.h) DO @grep -P " \d{3,4} Z " %%i >>temp1.txt
@cscript _test.vbs
@sed s/Z/\d013"_______|______|____________________________|_______________|"/ temp2.txt > temp3.txt
@lsort -u temp3.txt > _TOOLS_.txt
@del temp1.txt
@del temp2.txt
@del temp3.txt
@echo .  
@echo ----------------------------
@echo Vse hotovo, seznam vytvoren!
@echo ----------------------------
@echo ------Stiskni klavesu-------
@echo ----------------------------
@echo .
@echo . 
@pause 
@start _TOOLS_.txt             






