Jump to content
  • 0

xml searcher.


luthy1337

Question

4 answers to this question

Recommended Posts

  • 1

If you want to search something about l2 xml files then listen sweets and use eclipse. In any other case you can use this one as i do , just place it in the directory where the files are located.

 

If you are afraid of download such things. make it by urself by creating a bat file and use the following code

@echo off
title [CONFIG SEARCH]
cls
echo.
:find
set /p text="enter search text here: "
echo.
echo.search text "%text%" result:
findstr /I /N %text% *.xml
echo.
goto find

 

p.s it can be used for config/propertis and other files too. just change findstr /I /N %text% *.xml

 

 

607e7574265602b4ce47c8c46e92b51c.png

Edited by melron
  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...