diff --git a/trunk/dist/game/data/stats/items/search.cmd b/trunk/dist/game/data/stats/items/search.cmd new file mode 100644 index 0000000000..9c12df8c7a --- /dev/null +++ b/trunk/dist/game/data/stats/items/search.cmd @@ -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 \ No newline at end of file diff --git a/trunk/dist/game/data/stats/npcs/search.cmd b/trunk/dist/game/data/stats/npcs/search.cmd new file mode 100644 index 0000000000..9c12df8c7a --- /dev/null +++ b/trunk/dist/game/data/stats/npcs/search.cmd @@ -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 \ No newline at end of file diff --git a/trunk/dist/game/data/stats/skills/search.cmd b/trunk/dist/game/data/stats/skills/search.cmd new file mode 100644 index 0000000000..9c12df8c7a --- /dev/null +++ b/trunk/dist/game/data/stats/skills/search.cmd @@ -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 \ No newline at end of file