Search found 1 match

by r1ddl3m37h15
13 Jan 2014 12:58
Forum: DOS Batch Forum
Topic: DOS FIND will not find some email addresses
Replies: 1
Views: 1048

DOS FIND will not find some email addresses

Can anyone explain why the find command is not working in the second example below. A working example first. C:\temp>copy CON example1.txt aa.aaa@aa.aaa^Z 1 file(s) copied. C:\temp>find /i "a" example1.txt ---------- EXAMPLE1.TXT aa.aaa@aa.aaa C:\temp>notepad example1.txt This next example...