<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RE: [Javascript] Functions arguments...</TITLE>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3103.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I'm trying to search in binary files, cause I need 
to, I'm looking for a&nbsp;piece of text in all the files in a directory 
(including Word's, Excel's, EXEs, DAT...any extension, the extension doesn't 
matter to me, only the content)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Yes, I know that the data into binary files is 
unreadable, but, you see, I don't want anyone see it, the user enters a text and 
I have to find that text in any file, just like the Search Engine of Window 
(which looks for text inside any file)...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>That's the reason...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Well, what can you tell me 
now?</FONT></DIV></BODY></HTML>