Find AT LEAST one of the words in a .txt file

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
boiler
Posts: 16902
Joined: 21 Dec 2014, 02:44

Re: Find AT LEAST one of the words in a .txt file

21 Feb 2018, 07:40

Code: Select all

data := "log1,log2,log3"
FileRead, text, read.txt
if text contains %data%
	Run, program.ahk

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 254 guests