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 Proxy Log Explorer as follows:

Command line syntax:

ProxyExplorer.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.
-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).
-storage - To download log files in Log File Storage.
-silent - Runs the program in silent mode.

Example:

"c:\Program Files\Proxy Log Explorer\ProxyExplorer.exe" "C:\My Logs\mySpace.awms" -f"C:\My Logs\*.log"
"c:\Program Files\Proxy Log Explorer\ProxyExplorer.exe" "C:\My Logs\mySpace.awms" -h"C:\OutputReports\"