No, it won't hurt anything. Won't work either though because it's hardcoded to look for FIND and MORE in a C:\DOS directory (folder).

The following command will do pretty much the same:
for %x in (*.*) do type %x|find "whatever"
(Change that whatever to whatever string of characters you're searching for).