How to detect the following string from file safely with FIND (cmd.exe default commands), while the name minnie can be anything? its just that FROM: line has me@my.com on it.
From: "Minnie" <me@my.com>
it should not be mixed to this TO line :
To: <me@my.com>
e.g. this batch file row does not work properly :
find "me@my.com" abc.txt