Go to file
AiTechEye aa6eb36f19
Add files via upload
2021-02-14 22:10:09 +01:00
README.md Update README.md 2021-02-14 22:09:47 +01:00
look_for_text.vbs Add files via upload 2021-02-14 22:10:09 +01:00

README.md

look_for_text V3

This is not a minetest mod

1: USE OF YOUR OWN RISK
2: THE SCRIPT/APPLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
3: I (AiTechEye) DO NOT TAKE ANY RESPONSIBILITY FOR ANY DAMAGES AND ARE NOT LIABLE FOR ANY KINDS OF DAMAGES.
4 License: LGPL-2.1

This script/application should work fine with windows 7 and newer, unsure about older os.

Only use this app if you know what you are doing.

This script is simply looking for string/petters in files in the folder and all its sub folders, and tell the file paths, eg if you whant to know what files that contains: "alpha =" this script is very usefull.

how to do:
look_for_text="text for look for"

file type:
file_type=".lua"

just for safty, folder to scan in (in same folder as the script)
folder_name = "foldername"

new line:
vbCrLf tab:

so if you want to look for:

	alpha =

write like:
look_for_text = vbtab&"alpha = "