Advanced Features
This section of the help describes features which are intended for advanced users.
Command line parameters
-
OEClassic.exe - No parameters, starts the program.
-
OEClassic.exe -console dbupgrade - Upgrades program's database to the current format. This is usually only used by the program itself during the installation. If the database is already up to date, then it silently exits with no modifications.
-
OEClassic.exe -mailurl:"%1" - Opens mailto: link, where %1 is the actual link (enclosed in quotes, if there are spaces in the link).
For example:
- OEClassic.exe -mailurl:"mailto:test@example.com?subject=Test"
-
OEClassic.exe -fileeml:"%1" - Opens .EML file, where %1 is full path to the .EML file.
For example:
- OEClassic.exe -fileeml:"C:\Test\File.eml"
-
OEClassic.exe -filenws:"%1" - Opens .NWS file, where %1 is full path to the .NWS file.
For example:
- OEClassic.exe -filenws:"C:\Test\File.nws"
-
OEClassic.exe -identity "Name" ["Password"] - Starts identity with the name "Name", and optional password (which can be omitted). This may be used for example to create a desktop shortcut to the identity.
For example:
- OEClassic.exe -identity "Main Identity" "Password"
- OEClassic.exe -identity "Main Identity"