Jump to content

Question

Posted

Is there a way to search through the xml files without opening them all. I used to have a bat file that would search for items, skills, npc ect.

4 answers to this question

Recommended Posts

  • 1
Posted (edited)

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
Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock