Cool, I'll definitely use that tip csamuels.
Just for a follow up, we used this for the final code:
Code:
@echo off
dir \ /s | find "limewire" >> "c:\documents and settings\username\desktop\log.txt
We replaced > with >> so it would append to the log rather than overwrite it.