Got a bazillion text files ?
Cant find/remember which Setting is in which text document ?
Let this find your command/string for you...
Just throw it in your Server directory
[does not search BMDs..]
Just make a .txt document , copy and paste the code below
Save , Change .txt to .bat
Put in MU Server folder
Type in anything you wish to find in a text document ie: Kundun
It will scan all text files for Kundun and show the path and name of the file it is contained in.
And save the paths to query.txt
Not sure if it will help any of you , but it sure as hell saves me alot of time :)
or if you too lazy to make your own batch... [attachments]Code:@echo off color 4f :search cd %cd% title MUString : File Searcher set /p input=Sample Of Text: echo Loading. findstr /s /i /p /a:4a /c:%input% *.* findstr /s /i /p %input% *.* > query.txt echo. echo. echo Saved session query.txt. echo Enter to exit. pause > nul exit



Reply With Quote


