Work with command line parameter

For automatic launch of the project and quit after processing of the file, you can use command line parameters of Web Log Explorer as follows:

Command line syntax:

wlexplorer.exe -options [<Workspace file>]

where options include:
-f<file> - Path for local log file(s) to analyze. You can enter exact file names or wildcards. You can choose more than one log file set.
-a<OutputPath> - Export all reports to one HTML file.
-h<OutputPath> - Export all reports to HTML files.
-c<OutputPath> - Export all reports to CSV files.
-t<OutputPath> - Export all reports to TXT files.
-favorites<OutputPath> - Export only reports that are in the Favorites list.
-v<OutputFile> - Export reports that are in the Favorites list to one HTML file.
-mht<OutputFile> - Export reports that are in the Favorites list to MHT file (web page archive format, single file).
-update - Update Auxiliary DataBases.
-storage - To download log files in Log File Storage.
-silent - Runs the program in silent mode.

Example:

"c:\Program Files\Web Log Explorer\wlexplorer.exe" "C:\My Logs\mySpace.le" -f"C:\My Logs\*.log"
"c:\Program Files\Web Log Explorer\wlexplorer.exe" -update