I need a script that will check a txt file for a line of text
and if in that txt file the line matches the input txt it would NOT add that line

if ( %text-i-want-in-file isin %TEXT-FILE.txt ) /halt
write %TEXT-FILE.txt %text-i-want-in-file

kinda like that lol

Any Ideas ?