Hello,

I am looking for a simple way to find a complete sentence where a name is found in.
And load this sentence to a variable.

I've tried to write a sentence from "all.txt" to the variable "$result" where "franse" is true :

$result = SHELL '%comspec% /c findstr /I /C:"franse" A:\all.key'

But it does not work.

Sugestions?

Thanks,

Frans