Command Line Mode
You can run eWebLog Analyzer from the command line.
Command line syntax
eWebLogAnalyzer.exe /p=<ProfileName> [/s] [/c]
If a command line parameter contains spaces use quotes to delimit it.
Switches
- /p=<ProfileName> - Name of an existing profile (case sensitive). <ProfileName> should be the name of the profile as listed in the Profiles list.
- /s - Silent mode. In this mode the program doesn't show message boxes.
- /c - Close mode. In this mode the program will close after the specified profile has been processed.
Examples
eWebLogAnalyzer.exe /p=Sample1
eWebLogAnalyzer.exe /p="my profile" /s /c
Tips
Using the "Automatically export report" option with your profile, you can automatically export your report when the analysis process is finished.
In most cases (e.g. when using in scheduling software) you should use full path to the main executable file instead of "eWebLogAnalyzer.exe". |