Added useful search.cmd files.
This commit is contained in:
10
trunk/dist/game/data/stats/items/search.cmd
vendored
Normal file
10
trunk/dist/game/data/stats/items/search.cmd
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
@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
|
10
trunk/dist/game/data/stats/npcs/search.cmd
vendored
Normal file
10
trunk/dist/game/data/stats/npcs/search.cmd
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
@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
|
10
trunk/dist/game/data/stats/skills/search.cmd
vendored
Normal file
10
trunk/dist/game/data/stats/skills/search.cmd
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
@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
|
Reference in New Issue
Block a user