l2j_mobius/trunk/dist/game/data/stats/skills/search.cmd
2015-02-22 02:29:21 +00:00

10 lines
166 B
Batchfile

@echo off
title XML Search
cls
:search
set /p text="Enter search text: "
echo.
echo.search text "%text%" result:
findstr /I /N %text% *.xml
echo.
goto search