----- Original Message ----- 
From: "Sanford Whiteman" <[EMAIL PROTECTED]>


> > The idea is to search all subdirectories of the current director for
> > forward.ima and look to see if @aol.com is in there.
> 
> To keep it Windows-y (sorry, Bill):
> 
> FOR  /F  %i  in  ('dir  forward.ima  /x  /b /s') DO FIND "@aol.com" %i
> >>found.txt

Ah yes, nice, clean, and simple!

Bill
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  The archives can be found
at http://www.mail-archive.com.

Reply via email to