Hi,
I am running a command which collect the information from the log file.
dir *.log | select name, ....... etc
This command collect information only where it runs, what change i need to do to collect information from log file of sub folders.
Ashish Gaur