Hi,
I want to search a text in all the files in a directry.Please tell me if there is any easy way to do that.
Thanks,
-arun
Printable View
Hi,
I want to search a text in all the files in a directry.Please tell me if there is any easy way to do that.
Thanks,
-arun
get the files in the director one at a time - the Dir$ function will do that
then Open For Input the file and read into a string variable with the Input Function
then use Instr Function to find your search string