Jump to content

Question

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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..