parselistdirs.pl - fixed export scanning and added output path for logs.
- 'uptodate' export scanning looks in all logs, not just 'clean' ones.
- Exported is a new group, and those exports have been removed form other groups.
- Logs output path flexiblility improved - The following are now the same:
I:\logs\generated>perl parselistdirs.pl ..\ >list_results.log
I:\>perl logs\generated\parselistdirs.pl logs\ logs\generated\ >logs\generated\list_results.log
@echo off
setlocal
call %~dp0..\common\hlm.bat %*
endlocal